Make MSI and EXE signing always copy to fix daily build (#15191)

This commit is contained in:
Travis Plunk 2021-04-09 13:42:03 -07:00 committed by GitHub
parent 75dc913aa4
commit 83f0bebcdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,6 +276,7 @@ jobs:
useMinimatch: true
shouldSign: $(SHOULD_SIGN)
displayName: Sign MSI
alwaysCopy: true
- pwsh: |
Get-ChildItem '$(System.ArtifactsDirectory)\signedPackages' | ForEach-Object {
@ -319,6 +320,7 @@ jobs:
useMinimatch: true
shouldSign: $(SHOULD_SIGN)
displayName: Sign Burn Engine
alwaysCopy: true
- pwsh: |
cd '$(PowerShellRoot)'