This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ var REF_DOCS_URL = "https://bosstoragemirror.blob.core.windows.net/android-docs-
3737var BASE_API_INFO_URL = EnvironmentVariable( "MONO_API_INFO_XML_URL") ?? " https : //github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.1/api-info.xml";
3838
3939// In order to create the type mapping, we need to get the AndroidSupport.Merged.dll
40- var SUPPORT_MERGED_DLL_BUILD_ID = EnvironmentVariable( "SUPPORT_MERGED_DLL_BUILD_ID") ?? " 652 ";
41- var SUPPORT_MERGED_DLL_ZIP_URL = EnvironmentVariable ( "SUPPORT_MERGED_DLL_ZIP_URL" ) ?? $ "https://dev.azure .com/xamarin/6fd3d886-57a5-4e31-8db7-52a1b47c07a8 /_apis/build/builds/{ SUPPORT_MERGED_DLL_BUILD_ID } /artifacts?artifactName=nuget&%24format=zip& api-version=5.0" ;
40+ var SUPPORT_MERGED_DLL_BUILD_ID = EnvironmentVariable( "SUPPORT_MERGED_DLL_BUILD_ID") ?? " 2701136 ";
41+ var SUPPORT_MERGED_DLL_ZIP_URL = EnvironmentVariable ( "SUPPORT_MERGED_DLL_ZIP_URL" ) ?? $ "https://devdiv.visualstudio .com/0bdbc590-a062-4c3f-b0f6-9383f67865ee /_apis/build/builds/{ SUPPORT_MERGED_DLL_BUILD_ID } /artifacts?artifactName=NuGet& api-version=5.1-preview.5&%24format=zip" ;
4242
4343var MONODROID_BASE_PATH = ( DirectoryPath ) "/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/xbuild-frameworks/MonoAndroid/" ;
4444if ( IsRunningOnWindows ( ) ) {
You can’t perform that action at this time.
0 commit comments