We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c49006 commit 279a9d9Copy full SHA for 279a9d9
2 files changed
Build/Irregular.ADOPipeline.PSDevOps.ps1
@@ -0,0 +1,8 @@
1
+#requires -Modules PSDevOps
2
+
3
+Push-Location ($PSScriptRoot | Split-Path)
4
5
+New-ADOPipeline -Stage PowerShellStaticAnalysis, TestPowerShellCrossPlatform, UpdatePowerShellGallery |
6
+ Set-Content .\azure-pipelines.yml -Encoding UTF8
7
8
+Pop-Location
Irregular.ADOPipeline.PSDevOps.ps1
0 commit comments