Skip to content

Commit a9403f1

Browse files
authored
Fix public pipeline (#1069)
1 parent f0a96f5 commit a9403f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/ci/public.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trigger:
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
1010
pr:
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

2222
extends:

eng/ci/templates/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

0 commit comments

Comments
 (0)