Skip to content

Commit e53b1f8

Browse files
jshigetomiJustin ChungTravisEz13
committed
Fix V-Pack download package name (PowerShell#24866)
Co-authored-by: Justin Chung <[email protected]> Co-authored-by: Travis Plunk <[email protected]>
1 parent 7620860 commit e53b1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PowerShell-vPack-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ extends:
138138
installationPath: $(Agent.ToolsDirectory)/dotnet
139139

140140
- pwsh: |
141-
$packageArtifactName = 'drop_windows_package_package_${{ parameters.architecture }}'
141+
$packageArtifactName = 'drop_windows_package_package_win_${{ parameters.architecture }}'
142142
$vstsCommandString = "vso[task.setvariable variable=PackageArtifactName]$packageArtifactName"
143143
Write-Host "sending " + $vstsCommandString
144144
Write-Host "##$vstsCommandString"

0 commit comments

Comments
 (0)