Skip to content

Commit 450a37b

Browse files
committed
Remove redundant pipeline variable initialization
1 parent 952276c commit 450a37b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ stages:
8585
runOnce:
8686
deploy:
8787
steps:
88-
- pwsh: |
89-
Write-Host "Setting ArtifactName to empty"
90-
Write-Host "##vso[task.setvariable variable=ArtifactName;]"
91-
displayName: Initialize ArtifactName variable
92-
9388
# This loop over artifacts is used to produce the correct number
9489
# of ESRP release tasks. It has the side effect of also setting
9590
# the artifact name by looking up the index of the current

0 commit comments

Comments
 (0)