Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
disable signing options
  • Loading branch information
NikolajBjorner authored Aug 29, 2024
1 parent 59853d0 commit 96417d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ stages:
patchVersion: $(Patch)
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'
- task: EsrpCodeSigning@2
condition: eq(1,0)
continueOnError: true
displayName: 'Sign Package'
inputs:
Expand Down Expand Up @@ -438,6 +439,7 @@ stages:
MaxConcurrency: '50'
MaxRetryAttempts: '5'
- task: EsrpCodeSigning@2
condition: eq(1,0)
continueOnError: true
displayName: 'Sign Symbol Package'
inputs:
Expand Down

0 comments on commit 96417d4

Please sign in to comment.