File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # This pipeline will be triggered when either main branch is pushed or 2AM on workdays.
2+ variables :
3+ - name : tags
4+ value : " production"
5+ readonly : true
6+
7+ trigger :
8+ branches :
9+ include :
10+ - main
11+ batch : true
12+
13+ schedules :
14+ - cron : 0 2 * * 1-5
15+ branches :
16+ include :
17+ - main
18+
19+ resources :
20+ repositories :
21+ - repository : CustomPipelineTemplates
22+ type : git
23+ name : 1ESPipelineTemplates/OfficePipelineTemplates
24+ ref : refs/tags/release
25+
26+ extends :
27+ template : v1/Office.Official.PipelineTemplate.yml@OfficePipelineTemplates
28+ parameters :
29+ pool :
30+ name : Azure-Pipelines-1ESPT-ExDShared
31+ image : ubuntu-latest
32+ os : linux
33+ sdl :
34+ sourceAnalysisPool :
35+ name : Azure-Pipelines-1ESPT-ExDShared
36+ image : windows-latest
37+ os : windows
38+ # This prevents auto-injected Roslyn task from running the build again.
39+ roslyn :
40+ copyLogsOnly : true
41+ stages :
42+ - template : BuildAndTest-azure-pipelines.yml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments