aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-19 19:50:54 +0000
committerGitHub <noreply@github.com>2022-10-19 19:50:54 +0000
commitfc6ef797d90ab42b1d1d93c8642568511bfc7058 (patch)
tree209ca2f2a35a887673f1bf7403bd59e0acd9e4e1
parent30aed0c092984e831f7c396e3c70f4e1ce98c4b6 (diff)
chore(deps): update dependency nugetauthenticate to v0.203.0
-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 926d1d322..bb72b41e7 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')