File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
- v4.x/*
7
7
- v3.x/*
8
8
9
- # Only run the tests on PR to official branches - do we want to run them on all PRs?
9
+ # Run this pipeline on all PRs
10
10
pr :
11
11
branches :
12
12
include :
@@ -16,7 +16,7 @@ resources:
16
16
repositories :
17
17
- repository : 1es
18
18
type : git
19
- name : 1ESPipelineTemplates/1ESPipelineTemplates
19
+ name : 1ESPipelineTemplates/1ESPipelineTemplates@1es
20
20
ref : refs/tags/release
21
21
22
22
extends :
Original file line number Diff line number Diff line change 10
10
- pwsh : |
11
11
$ErrorActionPreference = "Stop"
12
12
13
- ./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)"
13
+ ./build.ps1 -Clean -Configuration Release
14
14
displayName: "Build worker code"
15
15
16
16
- pwsh : ./build.ps1 -NoBuild -Test
You can’t perform that action at this time.
0 commit comments