File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7171 artifact : ' Artifacts'
7272
7373- task : CopyFiles@2
74+ displayName : Copy nugets to staging
7475 inputs :
7576 SourceFolder : ' $(Build.SourcesDirectory)/Artifacts'
7677 Contents : |
@@ -83,14 +84,16 @@ steps:
8384 ignoreMakeDirErrors : true
8485
8586- task : NuGetCommand@2
87+ displayName : Push to internal NuGet feed
8688 inputs :
8789 command : ' push'
8890 packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
8991 nuGetFeedType : ' internal'
90- publishVstsFeed : ' 3c66fe1c-9fb6-4a96-b168-9a0291dab0c6 '
92+ publishVstsFeed : ' fee4c64f-3e49-4618-9ea4-5a3167257c37/989275f4-a952-4abd-ae82-2e7a0cb97b9b '
9193 allowPackageConflicts : true
9294
9395- task : NuGetCommand@2
96+ displayName : Push to nuget.org
9497 inputs :
9598 command : ' push'
9699 packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/'
You can’t perform that action at this time.
0 commit comments