From 1d46644e95c0483e044b6dddfe4f54cac535298b Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Tue, 1 Nov 2022 11:30:40 -0700 Subject: [PATCH] Update the Nuget Config used for Maui net6 apps. --- eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml b/eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml index d02b51228c8a2..305541577632a 100644 --- a/eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml +++ b/eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml @@ -27,7 +27,7 @@ steps: # Get the current maui nuget config so all things can be found and darc based package sources are kept up to date. - script: | - curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/main/NuGet.config' + curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/net6.0/NuGet.config' curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh' chmod -R a+rx . ./dotnet-install.sh --channel 6.0 --quality daily --install-dir .