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 9db4985 commit 7cbe0fdCopy full SHA for 7cbe0fd
.build/README.md
@@ -56,6 +56,7 @@ a boolean value that the pipeline captures, e.g.:
56
$shouldRun = ./.build/Test-ShouldRunDscResourceIntegrationTests.ps1 -BaseBranch $targetBranch -CurrentBranch HEAD
57
Write-Host "##vso[task.setvariable variable=ShouldRunDscResourceIntegrationTests;isOutput=true]$shouldRun"
58
displayName: 'Determine if DSC resource tests should run'
59
+ name: determineShouldRun
60
```
61
<!-- markdownlint-enable MD013 -->
62
0 commit comments