Skip to content

Commit

Permalink
Uppdate nuget to Use Nuget 6.10.x (#21209)
Browse files Browse the repository at this point in the history
### Description
Uppdate nuget to Use Nuget 6.10.x
  • Loading branch information
jchen351 authored Jun 29, 2024
1 parent 7e93cd7 commit 0cbe7ee
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ stages:
displayName: 'Create models link'
- task: NuGetToolInstaller@0
displayName: Use Nuget 6.2.1
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 6.2.1
versionSpec: 6.10.x

- task: MSBuild@1
displayName: 'Restore NuGet Packages and create project.assets.json'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ stages:
- task: NuGetToolInstaller@0
displayName: Use Nuget 5.7.0
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 5.7.0
versionSpec: 6.10.x

- task: MSBuild@1
displayName: 'Restore NuGet Packages'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stages:
architecture: x64

- task: NuGetToolInstaller@0
displayName: Use Nuget 5.7.0
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 5.7.0
versionSpec: 6.10.x
- ${{ if ne( parameters.CudaVersion, '') }}:
- template: ../../templates/jobs/download_win_gpu_library.yml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ stages:
displayName: 'Create models link'
- task: NuGetToolInstaller@0
displayName: Use Nuget 6.2.1
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 6.2.1
versionSpec: 6.10.x

- task: PowerShell@2
displayName: Install MAUI workloads
Expand Down
4 changes: 2 additions & 2 deletions tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ stages:
workingDirectory: '$(Build.BinariesDirectory)'
displayName: 'Create models link'
- task: NuGetToolInstaller@0
displayName: Use Nuget 6.2.1
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 6.2.1
versionSpec: 6.10.x

- task: PowerShell@2
displayName: Install mobile workloads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
displayName: 'API Documentation Check and generate'
- task: NuGetToolInstaller@0
displayName: Use Nuget 5.7.0
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 5.7.0
versionSpec: 6.10.x

- task: NuGetCommand@2
displayName: 'NuGet restore'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ stages:
displayName: 'Create models link'
- task: NuGetToolInstaller@0
displayName: Use Nuget 6.2.1
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 6.2.1
versionSpec: 6.10.x

- task: PowerShell@2
displayName: Install mobile workloads
Expand Down
4 changes: 2 additions & 2 deletions tools/ci_build/github/azure-pipelines/win-ci-fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
versionSpec: '18.x'

- task: NuGetToolInstaller@0
displayName: Use Nuget 5.7.0
displayName: Use Nuget 6.10.x
inputs:
versionSpec: 5.7.0
versionSpec: 6.10.x

- task: PythonScript@0
displayName: 'Generate cmake config'
Expand Down

0 comments on commit 0cbe7ee

Please sign in to comment.