File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed
Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,6 @@ stages:
6969 inputs :
7070 artifact : release_snupkg
7171 path : " $(Build.ArtifactStagingDirectory)"
72- - task : NuGetCommand@2
73- displayName : " publishing nuget package"
74- inputs :
75- command : push
76- packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg'
77- nuGetFeedType : external
78- publishFeedCredentials : ' pooledstream-nuget'
79- - task : NuGetCommand@2
80- displayName : " publishing nuget symbol package"
81- inputs :
82- command : push
83- packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.snupkg'
84- nuGetFeedType : external
85- publishFeedCredentials : ' pooledstream-nuget'
8672 - task : GitHubRelease@0
8773 displayName : " releasing github"
8874 inputs :
@@ -91,6 +77,13 @@ stages:
9177 target : " $(Build.SourceVersion)"
9278 assets : " $(Build.ArtifactStagingDirectory)/**/*"
9379 isDraft : true
80+ - task : NuGetCommand@2
81+ displayName : " publishing nuget package"
82+ inputs :
83+ command : push
84+ packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg'
85+ nuGetFeedType : external
86+ publishFeedCredentials : ' pooledstream-nuget'
9487
9588
9689
You can’t perform that action at this time.
0 commit comments