3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00

Update nightly.yaml to match release.yml NuGet tool installer changes

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-23 17:58:36 +00:00
parent 18928f648b
commit 6def9e8ce8

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'