Skip to content

Commit 5032526

Browse files
hectormmgCopilot
andcommitted
fix: point 1P resource ref to dependency-updates branch for E2E CI
The e2e-tests.yml template is pulled from the 1P repo. Hardcoding ref: dev means CI on this branch never picks up template changes on dependency-updates. Change to dependency-updates so CI uses the corrected prewarm script path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 845632b commit 5032526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/1p-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resources:
3434
- repository: 1P
3535
type: git
3636
name: IDDP/msal-javascript-1p
37-
ref: dev
37+
ref: dependency-updates
3838

3939
extends:
4040
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates

0 commit comments

Comments
 (0)