Skip to content

Commit 1ef0c18

Browse files
committed
$(ArtifactName) needs to have a value or macro syntax just dumps in the literal "$(ArtifactName)"
1 parent 08abce5 commit 1ef0c18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ 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+
8893
# This loop over the artifacts never uses `artifact` directly.
8994
# It is instead used to generate the correct number of tasks
9095
# for publishing each artifact in an order specified in the

0 commit comments

Comments
 (0)