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 ba0db82 commit db2fb91Copy full SHA for db2fb91
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -153,6 +153,7 @@ stages:
153
154
- pwsh: |
155
$index = [int]'$(ArtifactIndex)' + 1
156
+ Write-Host "Setting ArtifactIndex to $index"
157
Write-Host "##vso[task.setvariable variable=ArtifactIndex]$index"
158
displayName: Increment ArtifactIndex
159
0 commit comments