Skip to content

Commit 5fe912a

Browse files
authored
Bump to xamarin/xamarin-android-tools/main@26d65d9 (#741)
Changes: dotnet/android-tools@f2af06f...26d65d9 * dotnet/android-tools@26d65d9: [Xamarin.Android.Tools.AndroidSdk] Update SDK component for API-30 (#99) * dotnet/android-tools@1878e43: [Xamarin.Android.Tools.AndroidSdk] Error & Warning Localization (#96) Additionally, the "main" branch for xamarin/xamarin-android-tools has changed from xamarin-android-tools/master to xamarin-android-tools/main. Update `.gitmodules` accordingly. Finally, update the `nuget restore Xamarin.Android.Tools.sln` command executed by `azure-pipelines.yaml` to also provide `-ConfigFile external\xamarin-android-tools\NuGet.config` in order to prevent the following failure on CI: NU1101: Unable to find package XliffTasks. No packages exist with this id in source(s): NuGetOrg
1 parent 9c73dbf commit 5fe912a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "external/xamarin-android-tools"]
22
path = external/xamarin-android-tools
33
url = https://github.com/xamarin/xamarin-android-tools.git
4-
branch = master
4+
branch = main

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939

4040
- task: NuGetCommand@2
4141
inputs:
42-
command: restore
43-
restoreSolution: 'external\xamarin-android-tools\Xamarin.Android.Tools.sln'
42+
command: custom
43+
arguments: restore external\xamarin-android-tools\Xamarin.Android.Tools.sln -ConfigFile external\xamarin-android-tools\NuGet.config
4444

4545
- task: MSBuild@1
4646
displayName: MSBuild Java.Interop.sln /t:Prepare

external/xamarin-android-tools

0 commit comments

Comments
 (0)