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 7620860 commit e53b1f8Copy full SHA for e53b1f8
.pipelines/PowerShell-vPack-Official.yml
@@ -138,7 +138,7 @@ extends:
138
installationPath: $(Agent.ToolsDirectory)/dotnet
139
140
- pwsh: |
141
- $packageArtifactName = 'drop_windows_package_package_${{ parameters.architecture }}'
+ $packageArtifactName = 'drop_windows_package_package_win_${{ parameters.architecture }}'
142
$vstsCommandString = "vso[task.setvariable variable=PackageArtifactName]$packageArtifactName"
143
Write-Host "sending " + $vstsCommandString
144
Write-Host "##$vstsCommandString"
0 commit comments