mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +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
|
# Publish symbol archive to match nuget package
|
||||||
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
|
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
|
||||||
- task: PublishSymbols@2
|
- task: PublishSymbols@2
|
||||||
|
condition: eq(1,0)
|
||||||
inputs:
|
inputs:
|
||||||
symbolsFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
symbolsFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
||||||
searchPattern: '**/*.pdb'
|
searchPattern: '**/*.pdb'
|
||||||
|
@ -40,6 +41,7 @@ jobs:
|
||||||
detailedLog: true
|
detailedLog: true
|
||||||
- task: EsrpCodeSigning@2
|
- task: EsrpCodeSigning@2
|
||||||
displayName: Sign
|
displayName: Sign
|
||||||
|
condition: eq(1,0)
|
||||||
inputs:
|
inputs:
|
||||||
ConnectedServiceName: 'z3-esrp-signing-2'
|
ConnectedServiceName: 'z3-esrp-signing-2'
|
||||||
FolderPath: 'dist/z3-${{parameters.ReleaseVersion}}-${{parameters.BuildArchitecture}}-win/bin'
|
FolderPath: 'dist/z3-${{parameters.ReleaseVersion}}-${{parameters.BuildArchitecture}}-win/bin'
|
||||||
|
|
Loading…
Reference in a new issue