Selaa lähdekoodia

chore(deps): update dependency nugetauthenticate to v0.203.0

renovate[bot] 2 vuotta sitten
vanhempi
sitoutus
fc6ef797d9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .ci/azure-pipelines-package.yml

+ 1 - 1
.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')