Skip to content

Commit

Permalink
Update maui SDK to 6.0.3xx (dotnet#66671)
Browse files Browse the repository at this point in the history
* Update downloaded SDK for maui to 6.0.3xx
  • Loading branch information
LoopedBard3 authored and radekdoulik committed Mar 30, 2022
1 parent 8ba77e8 commit 61b1b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61b1b8e

Please sign in to comment.