File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 61
61
Send-VstsCommand "vso[task.setvariable variable=Signed]$(Build.SourcesDirectory)\bin\Release\Signed"
62
62
displayName: Bootstrap & Build
63
63
64
+ - template : templates/compliance.yml
65
+ parameters :
66
+ configuration : Release
67
+ framework : net461
68
+
64
69
# Sign the module files
65
70
- task : PkgESCodeSign@10
66
71
displayName : ' CodeSign - module artifacts'
@@ -147,8 +152,3 @@ jobs:
147
152
Write-Host "##vso[artifact.upload containerfolder=PSReadLine;artifactname=PSReadLine]$(PSReadLine)"
148
153
Write-Host "##vso[artifact.upload containerfolder=NuGetPackage;artifactname=NuGetPackage]$(NuGetPackage)"
149
154
displayName: 'Upload artifacts'
150
-
151
- - template : templates/compliance.yml
152
- parameters :
153
- configuration : Release
154
- framework : net461
Original file line number Diff line number Diff line change 76
76
PoliCheckBreakOn : Severity2Above
77
77
78
78
- task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
79
- displayName : ' Component Detection'
79
+ displayName : ' Component Governance Detection'
80
80
inputs :
81
81
sourceScanPath : ' $(Build.SourcesDirectory)'
82
82
snapshotForceEnabled : true
83
+ scanType : ' Register'
84
+ failOnAlert : true
You can’t perform that action at this time.
0 commit comments