We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dbc6f commit 6a8c1a2Copy full SHA for 6a8c1a2
eng/ci/host/official-release.yml
@@ -94,11 +94,13 @@ extends:
94
artifactName: $(artifact_name)
95
pipeline: build
96
97
- outputs:
98
- - output: nuget
99
- packagesToPush: $(packages_pattern)
100
- packageParentPath: $(drop_path)
101
- publishVstsFeed: $(nuget_feed)
102
- nuGetFeedType: internal
103
- allowPackageConflicts: true
104
- publishPackageMetadata: true
+ steps:
+ - task: 1ES.PublishNuget@1
+ displayName: Publish packages
+ inputs:
+ packagesToPush: $(packages_pattern)
+ packageParentPath: $(drop_path)
+ publishVstsFeed: $(nuget_feed)
+ nuGetFeedType: internal
105
+ allowPackageConflicts: true
106
+ publishPackageMetadata: true
0 commit comments