Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build-tools/automation/yaml-templates/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ variables:
value: true
- name: DOTNET_GENERATE_ASPNET_CERTIFICATE
value: false
# XBD Google Maven mirror support: https://github.com/dotnet/android-libraries/commit/4fe06d57f3ef7905fab0257d7246c97464d29e74
- name: XamarinBuildDownloadGoogleMavenRepository
value: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-maven/maven/v1
# Fix network isolation requirements
# See https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates/pullrequest/750402
- name: DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ public void DuplicateRJavaOutput ([Values (AndroidRuntime.CoreCLR, AndroidRuntim
new Package { Id = "Xamarin.GooglePlayServices.Base", Version = "118.2.0.5" },
new Package { Id = "Xamarin.GooglePlayServices.Basement", Version = "118.2.0.5" },
new Package { Id = "Xamarin.GooglePlayServices.Tasks", Version = "118.0.2.6" },
KnownPackages.Xamarin_Build_Download,
}
Comment thread
jonathanpeppers marked this conversation as resolved.
};
proj.SetRuntime (runtime);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static class KnownPackages
};
public static Package Xamarin_Build_Download = new Package {
Id = "Xamarin.Build.Download",
Version = "0.11.4",
Version = "0.11.6",
};
Comment thread
jonathanpeppers marked this conversation as resolved.
public static Package NuGet_Build_Packaging = new Package {
Id = "NuGet.Build.Packaging",
Expand Down
Loading