Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit dcb2861

Browse files
authored
ci: fix windows binary signing silent failure (#48)
1 parent b96dc1e commit dcb2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ stages:
516516
- pwsh: |
517517
Write-Host "##vso[task.setvariable variable=ESRP_FILE_PATTERN]$(pattern)"
518518
displayName: Compute ESRP filter pattern Windows/Nuget
519-
condition: and(false, succeeded(), eq(variables['SHOULD_SIGN'], 'True'), or(startsWith(variables['RUNTIME_ID'], 'win'), eq(variables['IS_NUGET'], 'true')))
519+
condition: and(succeeded(), eq(variables['SHOULD_SIGN'], 'True'), or(startsWith(variables['RUNTIME_ID'], 'win'), eq(variables['IS_NUGET'], 'true')))
520520
521521
# ESRP needs .NET 6
522522
- task: UseDotNet@2

0 commit comments

Comments
 (0)