We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59853d0 commit 96417d4Copy full SHA for 96417d4
scripts/nightly.yaml
@@ -410,6 +410,7 @@ stages:
410
patchVersion: $(Patch)
411
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x86.sym.nuspec -Version $(NightlyVersion) -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -Symbols -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
412
- task: EsrpCodeSigning@2
413
+ condition: eq(1,0)
414
continueOnError: true
415
displayName: 'Sign Package'
416
inputs:
@@ -438,6 +439,7 @@ stages:
438
439
MaxConcurrency: '50'
440
MaxRetryAttempts: '5'
441
442
443
444
displayName: 'Sign Symbol Package'
445
0 commit comments