We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15dc03 commit b1eb0cfCopy full SHA for b1eb0cf
eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml
@@ -33,7 +33,7 @@ steps:
33
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
34
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 .
+ ./dotnet-install.sh --channel 6.0 --quality daily --install-dir .
37
./dotnet --info
38
./dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/net6.0.json --configfile NuGet.config
39
displayName: Install MAUI workload
0 commit comments