mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-13 04:42:43 -06:00
build: switch to NuGetAuthenticate@1 (#16752)
It keeps warning us that v0 has been deprecated.
This commit is contained in:
parent
ec434e3fba
commit
6b29ef51e3
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- template: steps-ensure-nuget-version.yml
|
- template: steps-ensure-nuget-version.yml
|
||||||
|
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
inputs:
|
inputs:
|
||||||
nuGetServiceConnections: 'Terminal Public Artifact Feed'
|
nuGetServiceConnections: 'Terminal Public Artifact Feed'
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
- template: steps-ensure-nuget-version.yml
|
- template: steps-ensure-nuget-version.yml
|
||||||
|
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
|
|
||||||
- script: |-
|
- script: |-
|
||||||
echo ##vso[task.setvariable variable=NUGET_RESTORE_MSBUILD_ARGS]/p:Platform=$(BuildPlatform)
|
echo ##vso[task.setvariable variable=NUGET_RESTORE_MSBUILD_ARGS]/p:Platform=$(BuildPlatform)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user