Skip to content

Commit b1de4cf

Browse files
committed
Further cleanup of other pipelines.
1 parent 35275a1 commit b1de4cf

File tree

4 files changed

+42
-166
lines changed

4 files changed

+42
-166
lines changed

.github/actions/get-ado-token/action.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/azure-devops-pipelines-cg.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

.github/workflows/dotnet-test.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)