Skip to content

Commit

Permalink
[PERF][MAUI] Update 6.0 dotnet install quality (dotnet#75722)
Browse files Browse the repository at this point in the history
* Updated the Maui Perf net6.0 to get the latest daily 6.0 version.

* Remove TODO comment.

* Setup for testing.

* Revert "Setup for testing."

This reverts commit 903014e.
  • Loading branch information
LoopedBard3 committed Sep 22, 2022
1 parent 011b949 commit 32a72d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ steps:
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/b3747563c1fe5b6321ca3bc852ea6a998f91ae9a/NuGet.config'
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
chmod -R a+rx .
# TODO: Change ga back to daily once daily version workloads are fixed
./dotnet-install.sh --channel 6.0.4xx --quality ga --install-dir .
./dotnet-install.sh --channel 6.0 --quality daily --install-dir .
./dotnet --info
./dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/net6.0.json --configfile NuGet.config
displayName: Install MAUI workload
Expand Down

0 comments on commit 32a72d3

Please sign in to comment.