mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
Uppdate nuget to Use Nuget 6.10.x (#21209)
### Description Uppdate nuget to Use Nuget 6.10.x
This commit is contained in:
parent
7e93cd7f8b
commit
0cbe7eec5e
8 changed files with 16 additions and 16 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue