File tree Expand file tree Collapse file tree 5 files changed +45
-138
lines changed Expand file tree Collapse file tree 5 files changed +45
-138
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ schedules :
2+ - cron : " 0 0 * * *"
3+ displayName : Nightly Build
4+ branches :
5+ include :
6+ - dev
7+ always : true
8+
19trigger :
210 batch : true
311 branches :
Original file line number Diff line number Diff line change 1+ schedules :
2+ - cron : " 0 0 * * *"
3+ displayName : Nightly Build
4+ branches :
5+ include :
6+ - dev
7+ always : true
8+
19trigger :
210 batch : true
311 branches :
@@ -22,4 +30,16 @@ extends:
2230 pool :
2331 name : 1es-pool-azfunc-public
2432 image : 1es-windows-2022
25- os : windows
33+ os : windows
34+
35+ sdl :
36+ codeql :
37+ compiled :
38+ enabled : true
39+ runSourceLanguagesInSourceAnalysis : true
40+
41+ stages :
42+ - stage : Build
43+
44+ jobs :
45+ - template : /eng/ci/templates/jobs/build.yml@self
Original file line number Diff line number Diff line change 1+ jobs :
2+ - job : " Build"
3+ displayName : ' Build java library'
4+
5+ pool :
6+ name : 1es-pool-azfunc-public
7+ image : 1es-windows-2022
8+ os : windows
9+
10+ steps :
11+ - pwsh : |
12+ Write-Host "Java_HOME: $JAVA_HOME"
13+ Get-Command mvn
14+ displayName: 'Check Maven is installed'
15+ - pwsh : ' & .\build.ps1'
16+ displayName : ' Build project with java library'
You can’t perform that action at this time.
0 commit comments