Skip to content

Commit 5a9fc07

Browse files
committed
this one IS for checkin
1 parent 3baf462 commit 5a9fc07

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

build/pipelines/templates-v2/job-pgo-build-nuget-and-publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ jobs:
7777
artifact: pgo-nupkg-${{ parameters.buildConfiguration }}${{ parameters.artifactStem }}
7878
displayName: "Publish Pipeline Artifact"
7979

80-
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
81-
displayName: 'NuGet push'
82-
inputs:
83-
command: push
84-
nuGetFeedType: external
85-
packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
86-
# The actual URL and PAT for this feed is configured at
87-
feedsToUse: config
88-
nugetConfigPath: '$(Build.SourcesDirectory)/build/pgo_nuget.config'
80+
- pwsh: |-
81+
& nuget push -ConfigFile '$(Build.SourcesDirectory)/build/pgo_nuget.config' -Source TerminalDependencies $(Build.ArtifactStagingDirectory)/*.nupkg
82+
displayName: NuGet push

0 commit comments

Comments
 (0)