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 +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff 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') }} :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ var TF_MONIKER = "monoandroid90";
3434var 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
4040var SUPPORT_MERGED_DLL_URL = EnvironmentVariable( "SUPPORT_MERGED_DLL_URL") ?? $" https: //github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.2/AndroidSupport.Merged.dll";
You can’t perform that action at this time.
0 commit comments