Skip to content

Commit 6e4edab

Browse files
Revert "[ci] Re-enable to push to dotnet9 feed (dotnet#8950)"
This reverts commit a0b7aad.
1 parent ef31401 commit 6e4edab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -537,15 +537,6 @@ extends:
537537
variables:
538538
- ${{ if eq(variables['MicroBuildSignType'], 'Real') }}:
539539
- group: Publish-Build-Assets
540-
templateContext:
541-
outputs:
542-
- output: nuget
543-
condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true'))
544-
useDotNetTask: false # The default is false to use the NuGetCommand task. Set to true to use the DotNetCoreCLI task to publish packages.
545-
packagesToPush: $(Build.StagingDirectory)\nuget-signed\*.nupkg
546-
packageParentPath: $(Build.StagingDirectory)\nuget-signed
547-
nuGetFeedType: external
548-
publishFeedCredentials: $(DotNetFeedCredential)
549540
steps:
550541
- checkout: self
551542

0 commit comments

Comments
 (0)