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
|
||||
- name: TeamName
|
||||
value: DotNetCLI
|
||||
# TODO: TEMPORARY
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
|
||||
# Variable Groups
|
||||
- group: DotNetBuilds storage account read tokens
|
||||
|
@ -59,6 +56,9 @@ extends:
|
|||
name: $(DncEngInternalBuildPool)
|
||||
image: 1es-windows-2022-pt
|
||||
os: windows
|
||||
# TODO: Temporary
|
||||
componentgovernance:
|
||||
failOnAlert: false
|
||||
customBuildTags:
|
||||
- ES365AIMigrationTooling
|
||||
stages:
|
||||
|
|
Loading…
Reference in a new issue