diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-10-19 16:37:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 16:37:21 -0400 |
| commit | c04342391f89fe84346df6dbc9351b0d57cf994a (patch) | |
| tree | 18b924ffdaaa4141e3d445705e6bd1cae99f7e1f | |
| parent | c104757741c7fb74601d3c7046816731be276181 (diff) | |
| parent | fc6ef797d90ab42b1d1d93c8642568511bfc7058 (diff) | |
Merge pull request #8584 from jellyfin/renovate/nugetauthenticate-0.x
| -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 101418cd5..516d1d60c 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -256,7 +256,7 @@ jobs: publishFeedCredentials: 'NugetOrg' allowPackageConflicts: true # This ignores an error if the version already exists - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@0.203.0 displayName: 'Authenticate to unstable Nuget feed' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') |
