diff --git a/.pipelines/release.yml b/.pipelines/release.yml index 0293d3e3ba01..6278746a67e0 100644 --- a/.pipelines/release.yml +++ b/.pipelines/release.yml @@ -171,7 +171,7 @@ extends: - pwsh: |- $Dest = New-Item -Type Directory "_staging/${env:RELEASE_NAME}" Write-Host "Staging files from ${env:VPACK_ROOT} at $Dest" - Get-ChildItem "${env:VPACK_ROOT}\*" -Include *.exe, *.pdb | Copy-Item -Destination $Dest -Verbose + Get-ChildItem "${env:VPACK_ROOT}\*" -Include *.exe | Copy-Item -Destination $Dest -Verbose tar.exe -c -v --format=zip -f "$(ob_outputDirectory)\${env:RELEASE_NAME}.zip" -C _staging $env:RELEASE_NAME env: RELEASE_NAME: edit-$(EditVersion)-${{ replace(platform, 'pc-windows-msvc', 'windows') }}