Update NuGetCommand to use nuget.config (#1434)

This commit is contained in:
Manodasan Wignarajah 2024-09-10 14:30:54 -07:00 коммит произвёл GitHub
Родитель 2e4bdb05da
Коммит 64d2a52dd5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,10 @@ jobs:
- task: NuGetCommand@2
displayName: NuGet restore
inputs:
command: 'restore'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: CmdLine@2
displayName: Build Tools
@ -322,6 +326,10 @@ jobs:
- task: NuGetCommand@2
displayName: NuGet restore
inputs:
command: 'restore'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: DownloadPipelineArtifact@1
displayName: Download x86 Artifacts

Просмотреть файл

@ -51,6 +51,8 @@ jobs:
inputs:
command: 'restore'
restoreSolution: '$(Build.SourcesDirectory)\cppwinrt.sln'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: VSBuild@1
displayName: Build fast_fwd
@ -72,6 +74,8 @@ jobs:
inputs:
command: 'restore'
restoreSolution: '$(Build.SourcesDirectory)\natvis\cppwinrtvisualizer.sln'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: VSBuild@1
displayName: Build Component visualizer

Просмотреть файл

@ -80,6 +80,8 @@ jobs:
inputs:
command: 'restore'
restoreSolution: '$(Build.SourcesDirectory)\cppwinrt.sln'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: PowerShell@2
displayName: Remove cppwinrt dependency from test projects

Просмотреть файл

@ -56,6 +56,8 @@ jobs:
inputs:
command: 'restore'
restoreSolution: '$(Build.SourcesDirectory)\vsix\vsix.sln'
feedsToUse: config
nugetConfigPath: NuGet.config
- task: DownloadPipelineArtifact@2
displayName: 'Download x86 binaries'