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 b1eb0cf commit 13c36c4Copy full SHA for 13c36c4
eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml
@@ -32,7 +32,6 @@ steps:
32
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/b3747563c1fe5b6321ca3bc852ea6a998f91ae9a/NuGet.config'
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 --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
0 commit comments