mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
Update nightly.yaml to match release.yml NuGet tool installer changes (#7810)
* Initial plan * Update nightly.yaml to match release.yml NuGet tool installer changes Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
5d29eb1060
commit
64419ad85b
1 changed files with 4 additions and 4 deletions
|
@ -254,9 +254,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'MacArm64'
|
artifact: 'MacArm64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@1
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.x
|
versionSpec: 6.x
|
||||||
checkLatest: false
|
checkLatest: false
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
displayName: 'Python: assemble files'
|
||||||
|
@ -302,9 +302,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'WindowsBuild-x86'
|
artifact: 'WindowsBuild-x86'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@1
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.x
|
versionSpec: 6.x
|
||||||
checkLatest: false
|
checkLatest: false
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
displayName: 'Python: assemble files'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue