Skip to content

Commit db2fb91

Browse files
committed
Log index
1 parent ba0db82 commit db2fb91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ stages:
153153

154154
- pwsh: |
155155
$index = [int]'$(ArtifactIndex)' + 1
156+
Write-Host "Setting ArtifactIndex to $index"
156157
Write-Host "##vso[task.setvariable variable=ArtifactIndex]$index"
157158
displayName: Increment ArtifactIndex
158159

0 commit comments

Comments
 (0)