mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Skip component governance for release pipeline (#1389)
* initial * try * fix * undo
This commit is contained in:
@@ -14,6 +14,9 @@ stages:
|
||||
- template: build.yml
|
||||
|
||||
- stage: Release
|
||||
variables:
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
dependsOn:
|
||||
- Build
|
||||
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
||||
|
||||
@@ -30,8 +30,3 @@ steps:
|
||||
env:
|
||||
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
||||
ADO_CROSSPLATBUILDSCRIPTS_PASSWORD: $(ado-crossplatbuildscripts-password)
|
||||
|
||||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
||||
displayName: 'Component Detection'
|
||||
inputs:
|
||||
failOnAlert: true
|
||||
Reference in New Issue
Block a user