Skip to content

Commit

Permalink
Push snupkg better
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Nov 4, 2021
1 parent dc20cd0 commit d143f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ steps:
displayName: 'Push NuGet Package to nuget.org'
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg;'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
nuGetFeedType: 'external'
publishFeedCredentials: 'NLog new'
allowPackageConflicts: true
Expand All @@ -99,7 +99,7 @@ steps:
displayName: 'Push NuGet Package to Azure Devops'
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg;'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
nuGetFeedType: 'internal'
publishVstsFeed: 'a6abb58f-ecac-4f57-8990-021064cff0ff/d910ba3f-9900-4b9a-a317-016618781395' # NLog
allowPackageConflicts: true
Expand Down

0 comments on commit d143f83

Please sign in to comment.