Skip to content

Commit c4ba852

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1b6e52e commit c4ba852

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ steps:
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)/'

0 commit comments

Comments
 (0)