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 08abce5 commit 1ef0c18Copy full SHA for 1ef0c18
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -85,6 +85,11 @@ stages:
85
runOnce:
86
deploy:
87
steps:
88
+ - pwsh: |
89
+ Write-Host "Setting ArtifactName to empty"
90
+ Write-Host "##vso[task.setvariable variable=ArtifactName;]"
91
+ displayName: Initialize ArtifactName variable
92
+
93
# This loop over the artifacts never uses `artifact` directly.
94
# It is instead used to generate the correct number of tasks
95
# for publishing each artifact in an order specified in the
0 commit comments