Skip to content

Commit 7341bea

Browse files
committed
az: Ignore nuget.org push errors
1 parent 84503b9 commit 7341bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ steps:
9494

9595
- task: NuGetCommand@2
9696
displayName: Push to nuget.org
97+
continueOnError: true # allowPackageConflicts option does not work with external feeds 🤷
9798
inputs:
9899
command: 'push'
99100
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/'
100101
nuGetFeedType: 'external'
101102
publishFeedCredentials: 'nuget.org (UnitsNet)'
102-
allowPackageConflicts: true
103+
allowPackageConflicts: true

0 commit comments

Comments
 (0)