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'))
|
||||
|
||||
Reference in New Issue
Block a user