mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Make MSI and EXE signing always copy to fix daily build (#15191)
This commit is contained in:
parent
75dc913aa4
commit
83f0bebcdb
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user