This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -5,29 +5,21 @@ trigger:
55variables :
66 BUILD_NUMBER : $(Build.BuildNumber)
77# XAMARIN_ANDROID_PATH: <path to Xamarin.Android>
8- # MONO_API_INFO_XML_URL: <url to api-info.xml>
98
109resources :
1110 repositories :
1211 - repository : internal-templates
1312 type : github
1413 name : xamarin/yaml-templates
1514 endpoint : xamarin
16- ref : refs/heads/dev/signing-job
1715 - repository : components
1816 type : github
1917 name : xamarin/XamarinComponents
2018 endpoint : xamarin
21- ref : refs/heads/dev/templating
2219
2320jobs :
24- - template : .ci/prepare.yml@components
25- parameters :
26- buildType : ' basic'
27- masterBranchName : ' master'
2821 - template : .ci/build.yml@components
2922 parameters :
30- cakeTemplatesBranch : ' dev/templating'
3123 cakeExtraArgs : ' --settings_skipverification=true --nuget_useinprocessclient=false'
3224 tools :
3325 - ' xamarin.androidbinderator.tool ' : ' 0.3.0'
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ var MAX_CPU_COUNT = Argument("maxcpucount", 0);
1818
1919var REF_DOCS_URL = "https://bosstoragemirror.blob.core.windows.net/android-docs-scraper/ea/ea65204c51cf20873c17c32584f3b12ed390ac55/android-support.zip" ;
2020
21- // We grab the previous release's api-info.xml to use as a comparison for this build's generated info to make an api-diff
22- var BASE_API_INFO_URL = EnvironmentVariable ( "MONO_API_INFO_XML_URL" ) ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/27.1.1-rc/api-info.xml" ;
23-
2421// Resolve Xamarin.Android installation
2522var XAMARIN_ANDROID_PATH = EnvironmentVariable ( "XAMARIN_ANDROID_PATH" ) ;
2623var ANDROID_SDK_BASE_VERSION = "v1.0" ;
You can’t perform that action at this time.
0 commit comments