File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
displayName : ' Push NuGet Package to nuget.org'
87
87
inputs :
88
88
command : ' push'
89
- packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg; '
89
+ packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
90
90
nuGetFeedType : ' external'
91
91
publishFeedCredentials : ' NLog new'
92
92
allowPackageConflicts : true
99
99
displayName : ' Push NuGet Package to Azure Devops'
100
100
inputs :
101
101
command : ' push'
102
- packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg; '
102
+ packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg' # will also push the snupkg
103
103
nuGetFeedType : ' internal'
104
104
publishVstsFeed : ' a6abb58f-ecac-4f57-8990-021064cff0ff/d910ba3f-9900-4b9a-a317-016618781395' # NLog
105
105
allowPackageConflicts : true
You can’t perform that action at this time.
0 commit comments