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 e7f1f06 commit 6e899b5Copy full SHA for 6e899b5
1 file changed
pipelines/azure-pipelines.yml
@@ -47,11 +47,10 @@ stages:
47
inputs:
48
targetType: 'inline'
49
script: |
50
+ Connect-AzDevOps -Organization $(devops_organization) -PAT "$(ADOPAT)"
51
Export-AzDevOpsRuleData `
- -Organization $(devops_organization) `
52
-Project $(devops_project) `
53
-OutputPath .\Temp `
54
- -PAT $(ADOPAT)
55
Assert-PSRule -Style AzurePipelines `
56
-Module PSRule.Rules.AzureDevOps `
57
-InputPath '$(Build.SourcesDirectory)/Temp/' `
0 commit comments