Skip to content

Commit 9b450a8

Browse files
committed
Merge branch 'release/3.1' into dougbu/3.1/newer.agents.3540
- fixup one more agent request - nit: Consistently use `in` / `notin` with `Build.Reason` - YAML was inconsistent and this aligns w/ the Arcade code
2 parents e984a7e + 64a7f37 commit 9b450a8

File tree

12,446 files changed

+873673
-807669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,446 files changed

+873673
-807669
lines changed

.azure/pipelines/benchmarks.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This configuration builds the repository and runs benchmarks
2+
3+
# Don't run CI for this config
4+
trigger: none
5+
6+
pr:
7+
- '*'
8+
9+
jobs:
10+
- template: jobs/default-build.yml
11+
parameters:
12+
jobName: Windows_Build
13+
jobDisplayName: "Build only : Windows"
14+
agentOs: Windows
15+
buildArgs: -ci -all -pack
16+
artifacts:
17+
- path: artifacts/
18+
includeForks: true

0 commit comments

Comments
 (0)