Run compliance checks on official builds (#1357)
This commit is contained in:
parent
2eaa17f561
commit
07f524f998
|
|
@ -10,6 +10,10 @@ phases:
|
||||||
SignType: real
|
SignType: real
|
||||||
TeamName: AspNetCore
|
TeamName: AspNetCore
|
||||||
beforeBuild:
|
beforeBuild:
|
||||||
|
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
|
||||||
|
displayName: 'Run compliance check'
|
||||||
|
inputs:
|
||||||
|
targetType: F
|
||||||
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1
|
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1
|
||||||
displayName: Install CodeSigning plugin
|
displayName: Install CodeSigning plugin
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue