mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
disable publish and signing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5c3a6a2e0
commit
abea0b724c
|
@ -31,6 +31,7 @@ jobs:
|
|||
# Publish symbol archive to match nuget package
|
||||
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
|
||||
- task: PublishSymbols@2
|
||||
condition: eq(1,0)
|
||||
inputs:
|
||||
symbolsFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
||||
searchPattern: '**/*.pdb'
|
||||
|
@ -40,6 +41,7 @@ jobs:
|
|||
detailedLog: true
|
||||
- task: EsrpCodeSigning@2
|
||||
displayName: Sign
|
||||
condition: eq(1,0)
|
||||
inputs:
|
||||
ConnectedServiceName: 'z3-esrp-signing-2'
|
||||
FolderPath: 'dist/z3-${{parameters.ReleaseVersion}}-${{parameters.BuildArchitecture}}-win/bin'
|
||||
|
|
Loading…
Reference in a new issue