Skip to content

Commit b4d03ae

Browse files
committed
Bump from .NET 6 Android Preview 9 to 14.
1 parent 41f867f commit b4d03ae

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
@@ -48,7 +49,7 @@ jobs:
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:

workload.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)