b130f8f444
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.24113.1 -> To Version 6.0.0-beta.24162.4
10 lines
No EOL
409 B
YAML
10 lines
No EOL
409 B
YAML
parameters:
|
|
disableComponentGovernance: false
|
|
|
|
steps:
|
|
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
|
|
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
|
|
displayName: Set skipComponentGovernanceDetection variable
|
|
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
|
|
- task: ComponentGovernanceComponentDetection@0
|
|
continueOnError: true |