This repository was archived by the owner on Jul 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Disable PR trigger
77pr : none
88
9- # Scheduled nightly build
9+ # Scheduled nightly build of `main`
1010schedules :
1111 - cron : " 0 0 * * *"
1212 displayName : Nightly scheduled build
@@ -15,26 +15,15 @@ schedules:
1515 include :
1616 - main
1717
18- # `resources` specifies the location of templates to pick up, use it to get 1ES and AzExt templates
18+ # `resources` specifies the location of templates to pick up, use it to get AzExt templates
1919resources :
2020 repositories :
21- - repository : 1esPipelines
22- type : git
23- name : 1ESPipelineTemplates/1ESPipelineTemplates
24- ref : refs/tags/release
2521 - repository : azExtTemplates
2622 type : github
2723 name : microsoft/vscode-azuretools
2824 ref : main
2925 endpoint : GitHub-AzureTools # The service connection to use when accessing this repository
3026
27+ # Use those templates
3128extends :
32- template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
33- parameters :
34- pool :
35- name : VSEngSS-MicroBuild2022-1ES # Name of your hosted pool
36- image : server2022-microbuildVS2022-1es # Name of the image in your pool. If not specified, first image of the pool is used
37- os : windows # OS of the image. Allowed values: windows, linux, macOS
38- stages :
39- # Execute stages from the AzExt template
40- - template : azure-pipelines/1esjobs.yml@azExtTemplates
29+ template : azure-pipelines/1esmain.yml@azExtTemplates
You can’t perform that action at this time.
0 commit comments