Trying to disable build failure for component governance.
This commit is contained in:
parent
965c26c8cc
commit
0fb9c30132
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,6 @@ variables:
|
||||||
# See: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/650/MicroBuild-Signing?anchor=high-level-steps-to-enable-signing
|
# See: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/650/MicroBuild-Signing?anchor=high-level-steps-to-enable-signing
|
||||||
- name: TeamName
|
- name: TeamName
|
||||||
value: DotNetCLI
|
value: DotNetCLI
|
||||||
# TODO: TEMPORARY
|
|
||||||
- name: skipComponentGovernanceDetection
|
|
||||||
value: true
|
|
||||||
|
|
||||||
# Variable Groups
|
# Variable Groups
|
||||||
- group: DotNetBuilds storage account read tokens
|
- group: DotNetBuilds storage account read tokens
|
||||||
|
@ -59,6 +56,9 @@ extends:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: 1es-windows-2022-pt
|
||||||
os: windows
|
os: windows
|
||||||
|
# TODO: Temporary
|
||||||
|
componentgovernance:
|
||||||
|
failOnAlert: false
|
||||||
customBuildTags:
|
customBuildTags:
|
||||||
- ES365AIMigrationTooling
|
- ES365AIMigrationTooling
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in a new issue