Skip to content

Commit a0b7aad

Browse files
authored
[ci] Re-enable to push to dotnet9 feed (#8950)
Commit bbac9fe hit some issues when attempting to publish to maestro via the [Build Promotion Pipeline][0]: error : Asset 'D:\a\_work\1\a\7dc04dfe-406a-4fa3-aea0-199acc2763fa\MergedManifest.xml' already exists with different contents We can continue to push to the dotnet feeds ourselves for now while this issue is fixed. [0]: https://dev.azure.com/devdiv/DevDiv/_build?definitionId=12603&_a=summary
1 parent f79d34b commit a0b7aad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,15 @@ 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)
540549
steps:
541550
- checkout: self
542551

0 commit comments

Comments
 (0)