mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Update nightly.yaml for Azure Pipelines
This commit is contained in:
parent
5a085015e4
commit
f0839e289f
1 changed files with 2 additions and 12 deletions
|
@ -4,7 +4,7 @@ variables:
|
|||
Patch: '6'
|
||||
ReleaseVersion: $(Major).$(Minor).$(Patch)
|
||||
AssemblyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
||||
NightlyVersion: $(AssemblyVersion)-$(Build.DefinitionName)
|
||||
NightlyVersion: $(AssemblyVersion)-$(Build.buildId)
|
||||
|
||||
stages:
|
||||
- stage: Build
|
||||
|
@ -237,12 +237,7 @@ stages:
|
|||
displayName: 'Download Ubuntu ARM64 Build'
|
||||
inputs:
|
||||
artifact: 'UbuntuArm64'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu Build'
|
||||
inputs:
|
||||
artifact: 'ubuntu-x64'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download macOS Build'
|
||||
inputs:
|
||||
|
@ -531,11 +526,6 @@ stages:
|
|||
inputs:
|
||||
artifactName: 'ubuntu-arm64'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download Ubuntu"
|
||||
inputs:
|
||||
artifactName: 'ubuntu-x64'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download Ubuntu-20.04"
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue