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 66 - v4.x/*
77 - v3.x/*
88
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
1010pr :
1111 branches :
1212 include :
@@ -16,7 +16,7 @@ resources:
1616 repositories :
1717 - repository : 1es
1818 type : git
19- name : 1ESPipelineTemplates/1ESPipelineTemplates
19+ name : 1ESPipelineTemplates/1ESPipelineTemplates@1es
2020 ref : refs/tags/release
2121
2222extends :
Original file line number Diff line number Diff line change 1010 - pwsh : |
1111 $ErrorActionPreference = "Stop"
1212
13- ./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)"
13+ ./build.ps1 -Clean -Configuration Release
1414 displayName: "Build worker code"
1515
1616 - pwsh : ./build.ps1 -NoBuild -Test
You can’t perform that action at this time.
0 commit comments