Skip to content
代码片段 群组 项目
提交 d4699085 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: Doug Bunting
浏览文件

Add component detection step to builds

- aspnet/AspNetCore-Internal#1254
上级 9251dfe7
No related branches found
No related tags found
无相关合并请求
...@@ -77,6 +77,11 @@ jobs: ...@@ -77,6 +77,11 @@ jobs:
- script: ./build.cmd -ci -sign /t:SignCheck /p:SignType=$(_SignType) - script: ./build.cmd -ci -sign /t:SignCheck /p:SignType=$(_SignType)
displayName: Run sign check displayName: Run sign check
condition: eq(variables['_SignType'], 'real') condition: eq(variables['_SignType'], 'real')
# 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
displayName: Detect components
condition: eq(variables['system.pullrequest.isfork'], false)
artifacts: artifacts:
- name: Windows_Packages - name: Windows_Packages
path: artifacts/packages/ path: artifacts/packages/
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册