Skip to content

Commit 668a915

Browse files
hectormmgCopilot
andcommitted
chore(e2e): run detect_changes job on windows-latest for consistency
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dec80f6 commit 668a915

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pipelines/1p-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ resources:
4141
- job: detect_changes
4242
displayName: "Detect changed packages"
4343
pool:
44-
type: linux
44+
type: windows
4545
isCustom: true
4646
name: "Azure Pipelines"
47-
vmImage: "ubuntu-latest"
47+
vmImage: "windows-latest"
4848
steps:
4949
- checkout: self
5050
path: 3p

.pipelines/3p-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ extends:
6666
- job: detect_changes
6767
displayName: "Detect changed packages"
6868
pool:
69-
type: linux
69+
type: windows
7070
isCustom: true
7171
name: "Azure Pipelines"
72-
vmImage: "ubuntu-latest"
72+
vmImage: "windows-latest"
7373
steps:
7474
- checkout: self
7575
fetchDepth: 0

0 commit comments

Comments
 (0)