Skip to content

Commit 64419ad

Browse files
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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: NikolajBjorner <[email protected]>
1 parent 5d29eb1 commit 64419ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ stages:
254254
inputs:
255255
artifact: 'MacArm64'
256256
path: $(Agent.TempDirectory)\package
257-
- task: NuGetToolInstaller@0
257+
- task: NuGetToolInstaller@1
258258
inputs:
259-
versionSpec: 5.x
259+
versionSpec: 6.x
260260
checkLatest: false
261261
- task: PythonScript@0
262262
displayName: 'Python: assemble files'
@@ -302,9 +302,9 @@ stages:
302302
inputs:
303303
artifact: 'WindowsBuild-x86'
304304
path: $(Agent.TempDirectory)\package
305-
- task: NuGetToolInstaller@0
305+
- task: NuGetToolInstaller@1
306306
inputs:
307-
versionSpec: 5.x
307+
versionSpec: 6.x
308308
checkLatest: false
309309
- task: PythonScript@0
310310
displayName: 'Python: assemble files'

0 commit comments

Comments
 (0)