Fix Windows build ZIP packaging (#16299)

This commit is contained in:
Nikolay Kondratyev 2021-10-27 19:29:42 +02:00 committed by GitHub
parent 14ea042cec
commit d28691f59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ jobs:
Write-Host "##$vstsCommandString"
displayName: Compress signed files
- powershell: |
- pwsh: |
$runtime = switch ($env:Architecture)
{
"x64" { "win7-x64" }