@@ -439,7 +439,7 @@ stages:
439
439
inputs :
440
440
patterns : build-output-$(rid)/**/*
441
441
path : $(WORKING_DIR)
442
- condition : and(false, succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'true'))
442
+ condition : and(succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'true'))
443
443
444
444
- task : PowerShell@2
445
445
inputs :
@@ -477,7 +477,7 @@ stages:
477
477
debugPreference : ' $(OUTPUT_PREFERENCE)'
478
478
informationPreference : ' $(OUTPUT_PREFERENCE)'
479
479
displayName : Compute zip name
480
- condition : and(false, succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'true'))
480
+ condition : and(succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'true'))
481
481
482
482
- task : PowerShell@2
483
483
inputs :
@@ -496,7 +496,7 @@ stages:
496
496
debugPreference : ' $(OUTPUT_PREFERENCE)'
497
497
informationPreference : ' $(OUTPUT_PREFERENCE)'
498
498
displayName : Extract archive
499
- condition : and(false, succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'True'))
499
+ condition : and(succeeded(), eq(variables['SHOULD_SIGN'], 'True'), ne(variables['IS_NUGET'], 'True'))
500
500
501
501
- template : templates/prepare-unsigned-executable-darwin.yaml
502
502
parameters :
0 commit comments