Skip to content

Commit 795c28c

Browse files
committed
remove unnecessary task
1 parent afa6fd3 commit 795c28c

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

azure-pipelines.yaml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)