File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44
55steps :
66- ${{ if eq(parameters.disableComponentGovernance, 'true') }} :
7- - script : " echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+ - script : echo " ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88 displayName : Set skipComponentGovernanceDetection variable
99- ${{ if ne(parameters.disableComponentGovernance, 'true') }} :
1010 - task : ComponentGovernanceComponentDetection@0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44
55steps :
66- ${{ if eq(parameters.disableComponentGovernance, 'true') }} :
7- - script : " echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+ - script : echo " ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88 displayName : Set skipComponentGovernanceDetection variable
99- ${{ if ne(parameters.disableComponentGovernance, 'true') }} :
1010 - task : ComponentGovernanceComponentDetection@0
You can’t perform that action at this time.
0 commit comments