Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 3a3d2f0

Browse files
committed
More things
1 parent a1cdb3d commit 3a3d2f0

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,21 @@ trigger:
55
variables:
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

109
resources:
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

2320
jobs:
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'

build.cake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ var MAX_CPU_COUNT = Argument("maxcpucount", 0);
1818

1919
var 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
2522
var XAMARIN_ANDROID_PATH = EnvironmentVariable ("XAMARIN_ANDROID_PATH");
2623
var ANDROID_SDK_BASE_VERSION = "v1.0";

0 commit comments

Comments
 (0)