Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorParker Bibus <parkerbibus@microsoft.com>2022-03-15 22:21:49 +0300
committerGitHub <noreply@github.com>2022-03-15 22:21:49 +0300
commitd1b97cdf4659320476fb85835e48d28b99559957 (patch)
tree5ab6887fa80af44e590382f82aa80a1f273c3db0 /eng
parent16e263ad22f8c1fe50c4dd9ddc4eae2f919049a3 (diff)
Update maui SDK to 6.0.3xx (#66671)
* Update downloaded SDK for maui to 6.0.3xx
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/coreclr/templates/build-perf-maui-apps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml b/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
index 96cf36eafca..eca5a6ccb8d 100644
--- a/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
+++ b/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
@@ -115,7 +115,7 @@ steps:
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/main/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.2xx --quality daily --install-dir .
+ ./dotnet-install.sh --channel 6.0.3xx --quality daily --install-dir .
./dotnet --info
./dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/main.json --configfile NuGet.config
displayName: Install MAUI workload