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 71
71
artifact : ' Artifacts'
72
72
73
73
- task : CopyFiles@2
74
+ displayName : Copy nugets to staging
74
75
inputs :
75
76
SourceFolder : ' $(Build.SourcesDirectory)/Artifacts'
76
77
Contents : |
@@ -83,14 +84,16 @@ steps:
83
84
ignoreMakeDirErrors : true
84
85
85
86
- task : NuGetCommand@2
87
+ displayName : Push to internal NuGet feed
86
88
inputs :
87
89
command : ' push'
88
90
packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
89
91
nuGetFeedType : ' internal'
90
- publishVstsFeed : ' 3c66fe1c-9fb6-4a96-b168-9a0291dab0c6 '
92
+ publishVstsFeed : ' fee4c64f-3e49-4618-9ea4-5a3167257c37/989275f4-a952-4abd-ae82-2e7a0cb97b9b '
91
93
allowPackageConflicts : true
92
94
93
95
- task : NuGetCommand@2
96
+ displayName : Push to nuget.org
94
97
inputs :
95
98
command : ' push'
96
99
packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/'
You can’t perform that action at this time.
0 commit comments