diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-01-20 19:03:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 19:03:16 +0100 |
| commit | f6ed1845b0b2ab7e59d5e4b524d5df98d12ab352 (patch) | |
| tree | 7cf1d9141c19ecfa4a85c41ecc8c3a5a0cd6ae23 | |
| parent | ee81b1866c785c6ba25a1a61354fcb5e8a409458 (diff) | |
| parent | 2fa50cceef6dede0b80fc9f528f057553a7928fc (diff) | |
Merge pull request #10882 from crobibero/devops-nuget
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') |
