File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ variables:
1212 DotNetVersion : 6.0.200
1313 DotNet6Source : https://aka.ms/dotnet6/nuget/index.json
1414 NuGetOrgSource : https://api.nuget.org/v3/index.json
15+ XamarinDotNetWorkloadSource : https://aka.ms/dotnet/maui/preview.14.json
1516 LegacyXamarinAndroidPkg : https://aka.ms/xamarin-android-commercial-d17-0-macos
1617 LegacyXamarinAndroidVsix : https://aka.ms/xamarin-android-commercial-d17-1-windows
1718 BUILD_NUMBER : $(Build.BuildNumber)
4849 inputs :
4950 version : $(DotNetVersion)
5051 - pwsh : |
51- dotnet workload update --verbosity diag --from-rollback-file workload.json --source $(Dotnet6Source) --source $(NuGetOrgSource)
52+ dotnet workload update --verbosity diag --from-rollback-file $(XamarinDotNetWorkloadSource) --source $(Dotnet6Source) --source $(NuGetOrgSource)
5253 dotnet workload install android --verbosity diag --skip-manifest-update --source $(Dotnet6Source) --source $(NuGetOrgSource)
5354 - task : JavaToolInstaller@0
5455 inputs :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments