Update pgo-build-and-publish-nuget-job.yml

This commit is contained in:
Michael Niksa 2021-11-24 13:24:23 -08:00 committed by GitHub
parent 16de6f803b
commit 42305ab6d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,15 +52,15 @@ jobs:
pathToPublish: $(Build.ArtifactStagingDirectory)
artifactName: ${{ parameters.pgoArtifact }}
# - task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
# displayName: 'NuGet push'
# inputs:
# command: push
# nuGetFeedType: external
# packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
# # The actual URL and PAT for this feed is configured at
# # https://microsoft.visualstudio.com/Dart/_settings/adminservices
# # This is the name of that connection
# publishFeedCredentials: 'Terminal Public Artifact Feed'
# feedsToUse: config
# nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.config'
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
displayName: 'NuGet push'
inputs:
command: push
nuGetFeedType: external
packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
# The actual URL and PAT for this feed is configured at
# https://microsoft.visualstudio.com/Dart/_settings/adminservices
# This is the name of that connection
publishFeedCredentials: 'Terminal Public Artifact Feed'
feedsToUse: config
nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.config'