mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 07:13:41 +00:00
Update build-win-signed.yml
This commit is contained in:
parent
ffb0bd9f11
commit
bce1be47b8
1 changed files with 1 additions and 54 deletions
|
@ -29,59 +29,6 @@ jobs:
|
||||||
sourceFolder: dist
|
sourceFolder: dist
|
||||||
contents: '**/*.pdb'
|
contents: '**/*.pdb'
|
||||||
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
||||||
# 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'
|
|
||||||
indexSources: false # Github sources not supported
|
|
||||||
publishSymbols: true
|
|
||||||
symbolServerType: TeamServices
|
|
||||||
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'
|
|
||||||
Pattern: 'Microsoft.Z3.dll,libz3.dll,libz3java.dll,z3.exe'
|
|
||||||
signConfigType: 'inlineSignParams'
|
|
||||||
inlineOperation: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"keyCode": "CP-230012",
|
|
||||||
"operationSetCode": "SigntoolSign",
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"parameterName": "OpusName",
|
|
||||||
"parameterValue": "Microsoft"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"parameterName": "OpusInfo",
|
|
||||||
"parameterValue": "http://www.microsoft.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"parameterName": "PageHash",
|
|
||||||
"parameterValue": "/NPH"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"parameterName": "FileDigest",
|
|
||||||
"parameterValue": "/fd sha256"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"parameterName": "TimeStamp",
|
|
||||||
"parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"toolName": "signtool.exe",
|
|
||||||
"toolVersion": "6.2.9304.0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
SessionTimeout: '60'
|
|
||||||
MaxConcurrency: '50'
|
|
||||||
MaxRetryAttempts: '5'
|
|
||||||
- task: DeleteFiles@1
|
- task: DeleteFiles@1
|
||||||
displayName: Cleanup
|
displayName: Cleanup
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -97,4 +44,4 @@ jobs:
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
targetPath: '$(Build.ArtifactStagingDirectory)/z3-${{parameters.ReleaseVersion}}-${{parameters.BuildArchitecture}}-win.zip'
|
targetPath: '$(Build.ArtifactStagingDirectory)/z3-${{parameters.ReleaseVersion}}-${{parameters.BuildArchitecture}}-win.zip'
|
||||||
artifactName: 'WindowsBuild-${{parameters.BuildArchitecture}}'
|
artifactName: 'WindowsBuild-${{parameters.BuildArchitecture}}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue