Skip to content

Commit 7cbe0fd

Browse files
committed
Add name parameter to Azure Pipelines task for clarity in output variable
1 parent 9db4985 commit 7cbe0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.build/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ a boolean value that the pipeline captures, e.g.:
5656
$shouldRun = ./.build/Test-ShouldRunDscResourceIntegrationTests.ps1 -BaseBranch $targetBranch -CurrentBranch HEAD
5757
Write-Host "##vso[task.setvariable variable=ShouldRunDscResourceIntegrationTests;isOutput=true]$shouldRun"
5858
displayName: 'Determine if DSC resource tests should run'
59+
name: determineShouldRun
5960
```
6061
<!-- markdownlint-enable MD013 -->
6162

0 commit comments

Comments
 (0)