ScriptDeck.ADOPipeline.PSDevOps.ps1
1 2 3 4 5 6 7 |
#requires -Module PSDevOps Push-Location $PSScriptRoot New-ADOPipeline -Stage PowerShellStaticAnalysis, TestPowerShellCrossPlatform, UpdatePowerShellGallery | Set-Content .\ScriptDeck.azure-pipeline.yml -Encoding UTF8 Pop-Location |