Commit 4445615
authored
[build] use dotnet/maui/main for
Using the dotnet/maui `net10.0` branch is failing with:
dotnet-install : Downloading from "primary" link has failed with error : [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
EXEC : error : Unable to download https://dotnetbuilds.blob.core.windows.net/public/Sdk/10.0.101-servicing.25562.108/dotnet-sdk-10.0.101-servicing.25562.108-win-x64.zip. Returned HTTP status code: 409 Downloading from "legacy" link has failed with error: [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
EXEC : error : Unable to download https://dotnetbuilds.blob.core.windows.net/public/Sdk/10.0.101-servicing.25562.108/dotnet-dev-win-x64.10.0.101-servicing.25562.108.zip. Returned HTTP status code: 409 [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
dotnet-install : Downloading from "primary" link has failed with error : [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
EXEC : error : Unable to download https://dotnetbuilds.blob.core.windows.net/public/Sdk/10.0.101-servicing.25562.108/dotnet-sdk-10.0.101-servicing.25562.108-win-x64.zip. Returned HTTP status code: 409 Downloading from "legacy" link has failed with error: [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
EXEC : error : Unable to download https://dotnetbuilds.blob.core.windows.net/public/Sdk/10.0.101-servicing.25562.108/dotnet-dev-win-x64.10.0.101-servicing.25562.108.zip. Returned HTTP status code: 409 [C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj]
C:\a\_work\1\s\maui\src\DotNet\DotNet.csproj(160,5): error MSB3073: The command "powershell -ExecutionPolicy ByPass -NoProfile -Command "& 'C:\a\_work\1\s\maui\temp/dotnet-install.ps1' -Version 10.0.101-servicing.25562.108 -InstallDir 'C:\a\_work\1\s\maui\.dotnet/' -Verbose -AzureFeed https://dotnetbuilds.blob.core.windows.net/public"" exited with code 1.
0 Warning(s)
7 Error(s)
Let's see if `main` is working instead, as they are now using .NET 10
on main.MAUI Integration lane (#10618)1 parent cf11da5 commit 4445615
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments