File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments