diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-01-17 18:21:20 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2024-01-17 18:21:20 -0700 |
| commit | 2fa50cceef6dede0b80fc9f528f057553a7928fc (patch) | |
| tree | 613288ada2be90c5bdd3ac302af7ab779789f5e4 | |
| parent | a884b1f7869436fb373d71106330ab1db79cee11 (diff) | |
Use NuGetAuthenticate@1
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 2 |
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') |
