зеркало из https://github.com/dotnet/razor.git
Add component detection step to builds
- aspnet/AspNetCore-Internal#1254
This commit is contained in:
Родитель
b0f1c893c7
Коммит
925fce5961
|
@ -83,6 +83,10 @@ jobs:
|
|||
name: Build
|
||||
displayName: Build
|
||||
condition: succeeded()
|
||||
# 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: and(succeeded(), eq(variables['system.pullrequest.isfork'], false), eq(variables['_BuildConfig'], 'Release'))
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: Publish VSIX Artifacts
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче