mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -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
|
- template: build.yml
|
||||||
|
|
||||||
- stage: Release
|
- stage: Release
|
||||||
|
variables:
|
||||||
|
- name: skipComponentGovernanceDetection
|
||||||
|
value: true
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Build
|
- Build
|
||||||
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
||||||
|
|||||||
@@ -30,8 +30,3 @@ steps:
|
|||||||
env:
|
env:
|
||||||
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
||||||
ADO_CROSSPLATBUILDSCRIPTS_PASSWORD: $(ado-crossplatbuildscripts-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