Touch up component detection
- run only on success of previous steps
This commit is contained in:
parent
3d3ad96206
commit
758ba235fa
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
# Detect OSS Components in use in the product. Only needs to run on one OS in the matrix.
|
# Detect OSS Components in use in the product. Only needs to run on one OS in the matrix.
|
||||||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
||||||
displayName: Detect components
|
displayName: Detect components
|
||||||
condition: eq(variables['system.pullrequest.isfork'], false)
|
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: Windows_Packages
|
- name: Windows_Packages
|
||||||
path: artifacts/packages/
|
path: artifacts/packages/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue