mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
log classificaiton
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1d12b72bbc
commit
d0c96abe30
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,11 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'Windows64'
|
artifact: 'Windows64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: 'Download Win32 Build'
|
||||||
|
inputs:
|
||||||
|
artifact: 'Windows32'
|
||||||
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu Build'
|
displayName: 'Download Ubuntu Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue