We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84503b9 commit 7341beaCopy full SHA for 7341bea
azure-pipelines.yml
@@ -94,9 +94,10 @@ steps:
94
95
- task: NuGetCommand@2
96
displayName: Push to nuget.org
97
+ continueOnError: true # allowPackageConflicts option does not work with external feeds 🤷
98
inputs:
99
command: 'push'
100
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/'
101
nuGetFeedType: 'external'
102
publishFeedCredentials: 'nuget.org (UnitsNet)'
- allowPackageConflicts: true
103
+ allowPackageConflicts: true
0 commit comments