3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 13:39:49 +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:
Copilot 2025-08-23 11:15:21 -07:00 committed by GitHub
parent 5d29eb1060
commit 64419ad85b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'