From 7e29dff9cd8e6935d383d2d8b0bab4f263bc889c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 4 Dec 2023 20:57:35 -0600 Subject: [PATCH] [build] push .NET 9 packages using `dnceng-dotnet9` Context: https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9 We need to start pushing xamarin-android/main to the `dotnet9` feed going forward. Switch to using the `dnceng-dotnet9` credentials, which we'll have to work with someone in release engineering to help setup. --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 8d28320f2f4..35600efb7db 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -51,7 +51,7 @@ variables: value: dotnet8-internal-dnceng-internal-feed - ${{ if ne(variables['Build.DefinitionName'], 'Xamarin.Android-Private') }}: - name: DotNetFeedCredential - value: dnceng-dotnet8 + value: dnceng-dotnet9 - ${{ if and(or(eq(variables['Build.DefinitionName'], 'Xamarin.Android'), eq(variables['Build.DefinitionName'], 'Xamarin.Android-Private')), ne(variables['Build.Reason'], 'PullRequest')) }}: - name: MicroBuildSignType value: Real