mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Update nightly.yaml
This commit is contained in:
parent
507e999726
commit
d18e9af975
1 changed files with 3 additions and 3 deletions
|
@ -231,12 +231,12 @@ stages:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu 20.04 Build'
|
displayName: 'Download Ubuntu 20.04 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'Ubuntu-20.04'
|
artifact: 'Ubuntu20'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu ARM64 Build'
|
displayName: 'Download Ubuntu ARM64 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'ubuntu-arm64'
|
artifact: 'UbuntuArm64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu Build'
|
displayName: 'Download Ubuntu Build'
|
||||||
|
@ -539,7 +539,7 @@ stages:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Ubuntu-20.04"
|
displayName: "Download Ubuntu-20.04"
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'Ubuntu-20.04'
|
artifactName: 'Ubuntu20'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Doc"
|
displayName: "Download Doc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue