We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3ad96 commit 758ba23Copy full SHA for 758ba23
.azure/pipelines/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
# Detect OSS Components in use in the product. Only needs to run on one OS in the matrix.
82
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
83
displayName: Detect components
84
- condition: eq(variables['system.pullrequest.isfork'], false)
+ condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
85
artifacts:
86
- name: Windows_Packages
87
path: artifacts/packages/
0 commit comments