Merge pull request #10882 from crobibero/devops-nuget

Use NuGetAuthenticate@1
This commit is contained in:
Bond-009
2024-01-20 19:03:16 +01:00
committed by GitHub

View File

@@ -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')