Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit d1e3b2f

Browse files
authored
Make the unshared template even simpler (#4231)
1 parent 5d0aac9 commit d1e3b2f

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

.azure-pipelines/1esmain.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trigger:
66
# Disable PR trigger
77
pr: none
88

9-
# Scheduled nightly build
9+
# Scheduled nightly build of `main`
1010
schedules:
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
1919
resources:
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
3128
extends:
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

0 commit comments

Comments
 (0)