Skip to content

Commit d143f83

Browse files
1 parent dc20cd0 commit d143f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ steps:
8686
displayName: 'Push NuGet Package to nuget.org'
8787
inputs:
8888
command: 'push'
89-
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg;'
89+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
9090
nuGetFeedType: 'external'
9191
publishFeedCredentials: 'NLog new'
9292
allowPackageConflicts: true
@@ -99,7 +99,7 @@ steps:
9999
displayName: 'Push NuGet Package to Azure Devops'
100100
inputs:
101101
command: 'push'
102-
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg;'
102+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
103103
nuGetFeedType: 'internal'
104104
publishVstsFeed: 'a6abb58f-ecac-4f57-8990-021064cff0ff/d910ba3f-9900-4b9a-a317-016618781395' # NLog
105105
allowPackageConflicts: true

0 commit comments

Comments
 (0)