Uppdate nuget to Use Nuget 6.10.x (#21209)

### Description
Uppdate nuget to Use Nuget 6.10.x
This commit is contained in:
Jian Chen 2024-06-28 19:49:54 -07:00 committed by GitHub
parent 7e93cd7f8b
commit 0cbe7eec5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 16 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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