Skip to content

Commit 2e8d782

Browse files
authored
Add build task before component scan (#12576)
1 parent 9e188fc commit 2e8d782

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ schedules:
77
include:
88
- master
99

10+
pr: none
11+
1012
pool:
1113
vmImage: 'windows-2019'
1214

1315
steps:
16+
- task: DotNetCoreCLI@2
17+
displayName: Build for Version Bump
18+
inputs:
19+
command: 'custom'
20+
custom: 'msbuild'
21+
arguments: 'build.proj'
22+
1423
- task: ComponentGovernanceComponentDetection@0
1524
displayName: Component Detection
1625
inputs:

0 commit comments

Comments
 (0)