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

Commit 1c741dd

Browse files
committed
Update the api-info version and disable poli
1 parent fd11e73 commit 1c741dd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ jobs:
5050
inputs:
5151
pathToPublish: '$(Build.SourcesDirectory)/output'
5252
artifactName: 'windows_output'
53-
# Run some internal auditing
54-
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
55-
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
56-
displayName: Component Detection - Log
57-
inputs:
58-
scanType: LogOnly
59-
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
60-
displayName: Component Detection - Report
61-
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
62-
displayName: 'PoliCheck'
63-
inputs:
64-
targetType: F
53+
# # Run some internal auditing
54+
# - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
55+
# - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
56+
# displayName: Component Detection - Log
57+
# inputs:
58+
# scanType: LogOnly
59+
# - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
60+
# displayName: Component Detection - Report
61+
# - task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
62+
# displayName: 'PoliCheck'
63+
# inputs:
64+
# targetType: F
6565

6666
# only sign the packages when running on Windows, and using the private server which has the certificates
6767
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var TF_MONIKER = "monoandroid90";
3434
var REF_DOCS_URL = "https://bosstoragemirror.blob.core.windows.net/android-docs-scraper/a7/a712886a8b4ee709f32d51823223039883d38734/androidx.zip";
3535

3636
// 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
37-
var BASE_API_INFO_URL = EnvironmentVariable("MONO_API_INFO_XML_URL") ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.1/api-info.xml";
37+
var BASE_API_INFO_URL = EnvironmentVariable("MONO_API_INFO_XML_URL") ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.2/AndroidSupport.api-info.xml";
3838

3939
// In order to create the type mapping, we need to get the AndroidSupport.Merged.dll
4040
var SUPPORT_MERGED_DLL_URL = EnvironmentVariable("SUPPORT_MERGED_DLL_URL") ?? $"https://github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.2/AndroidSupport.Merged.dll";

0 commit comments

Comments
 (0)