mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
remove condition for esrp sign
This commit is contained in:
@@ -545,7 +545,6 @@ jobs:
|
|||||||
signType: batchSigning
|
signType: batchSigning
|
||||||
batchSignPolicyFile: '$(build.sourcesdirectory)\.pipelines\ESRPSigning_cmdpal_msix_content.json'
|
batchSignPolicyFile: '$(build.sourcesdirectory)\.pipelines\ESRPSigning_cmdpal_msix_content.json'
|
||||||
ciPolicyFile: '$(build.sourcesdirectory)\.pipelines\CIPolicy.xml'
|
ciPolicyFile: '$(build.sourcesdirectory)\.pipelines\CIPolicy.xml'
|
||||||
condition: ne(variables['CmdPalExtPowerToysPackagePath'], '')
|
|
||||||
|
|
||||||
- pwsh: |-
|
- pwsh: |-
|
||||||
if ([string]::IsNullOrWhiteSpace("$(CmdPalExtPowerToysPackagePath)")) {
|
if ([string]::IsNullOrWhiteSpace("$(CmdPalExtPowerToysPackagePath)")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user