aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-01-17 18:21:20 -0700
committerCody Robibero <cody@robibe.ro>2024-01-17 18:21:20 -0700
commit2fa50cceef6dede0b80fc9f528f057553a7928fc (patch)
tree613288ada2be90c5bdd3ac302af7ab779789f5e4
parenta884b1f7869436fb373d71106330ab1db79cee11 (diff)
Use NuGetAuthenticate@1
-rw-r--r--.ci/azure-pipelines-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml
index 39f98e063..b0684c0d4 100644
--- a/.ci/azure-pipelines-package.yml
+++ b/.ci/azure-pipelines-package.yml
@@ -259,7 +259,7 @@ jobs:
publishFeedCredentials: 'NugetOrg'
allowPackageConflicts: true # This ignores an error if the version already exists
- - task: NuGetAuthenticate@0
+ - task: NuGetAuthenticate@1
displayName: 'Authenticate to unstable Nuget feed'
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')