Skip to content

Commit 32a72d3

Browse files
authored
[PERF][MAUI] Update 6.0 dotnet install quality (#75722)
* 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.
1 parent 011b949 commit 32a72d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ steps:
3232
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/b3747563c1fe5b6321ca3bc852ea6a998f91ae9a/NuGet.config'
3333
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
3434
chmod -R a+rx .
35-
# TODO: Change ga back to daily once daily version workloads are fixed
36-
./dotnet-install.sh --channel 6.0.4xx --quality ga --install-dir .
35+
./dotnet-install.sh --channel 6.0 --quality daily --install-dir .
3736
./dotnet --info
3837
./dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/net6.0.json --configfile NuGet.config
3938
displayName: Install MAUI workload

0 commit comments

Comments
 (0)