Skip to content

Commit a832dd8

Browse files
authored
[ci] Use NuGetAuthenticate@1 (#8676)
The `NuGetAuthenticate@0` task is deprecated and will soon be removed: Task 'NuGet authenticate' version 0 (NuGetAuthenticate@0) is deprecated. This task will be removed. From January 31, 2024, onwards it may no longer be available. Use the updated `NuGetAuthenticate@1` task instead.
1 parent c6ccc65 commit a832dd8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build-tools/automation/azure-pipelines-apidocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ stages:
9393

9494
- template: yaml-templates/use-dot-net.yaml
9595

96-
- task: NuGetAuthenticate@0
96+
- task: NuGetAuthenticate@1
9797
displayName: authenticate with azure artifacts
9898
inputs:
9999
forceReinstallCredentialProvider: true

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ stages:
344344
updateMono: false
345345
androidSdkPlatforms: 23,24,25,26,27,28,29,30,31,32,33,$(DefaultTestSdkPlatforms)
346346

347-
- task: NuGetAuthenticate@0
347+
- task: NuGetAuthenticate@1
348348
displayName: authenticate with azure artifacts
349349
inputs:
350350
forceReinstallCredentialProvider: true

build-tools/automation/yaml-templates/build-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stages:
6161
workingDirectory: $(System.DefaultWorkingDirectory)/xamarin-android
6262
displayName: make prepare-external-git-dependencies
6363

64-
- task: NuGetAuthenticate@0
64+
- task: NuGetAuthenticate@1
6565
displayName: authenticate with azure artifacts
6666
inputs:
6767
forceReinstallCredentialProvider: true

build-tools/automation/yaml-templates/commercial-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
parameters:
1515
remove_dotnet: true
1616

17-
- task: NuGetAuthenticate@0
17+
- task: NuGetAuthenticate@1
1818
displayName: authenticate with azure artifacts
1919
inputs:
2020
forceReinstallCredentialProvider: true

build-tools/automation/yaml-templates/install-microbuild-tooling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
condition: succeeded()
44

55
steps:
6-
- task: NuGetAuthenticate@0
6+
- task: NuGetAuthenticate@1
77
displayName: authenticate with azure artifacts
88
inputs:
99
forceReinstallCredentialProvider: true

0 commit comments

Comments
 (0)