Skip to content

Commit b1eb0cf

Browse files
committed
Updated the Maui Perf net6.0 to get the latest daily 6.0 version.
1 parent f15dc03 commit b1eb0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)