We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750d779 commit 65cb6edCopy full SHA for 65cb6ed
azure-pipelines.yml
@@ -100,12 +100,12 @@ steps:
100
ArtifactName: 'packages'
101
publishLocation: 'Container'
102
103
-# Push both nupkg & snupkg (exclude legacy symbols.nupkg)
+# Push nupkg files (snupkg symbols packages are automatically handled by NuGet)
104
- task: NuGetCommand@2
105
displayName: 'Pushing to nuget.org'
106
inputs:
107
command: 'push'
108
- packagesToPush: '$(Build.ArtifactStagingDirectory)/packages/**/*.nupkg;$(Build.ArtifactStagingDirectory)/packages/**/*.snupkg'
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/packages/**/*.nupkg'
109
nuGetFeedType: 'external'
110
publishFeedCredentials: 'NuGet'
111
allowPackageConflicts: true
0 commit comments