Move notice & localization pipelines to the default pool (#13007)

Blue committed May 29, 2025 at 15:55 UTC 4e1784d737883c64fe5245b526df38f5fed909d5
2 files changed +2 -2
.pipelines/wsl-build-nightly-localization.yml
+1 -1
@@ -18,7 +18,7 @@ schedules:
18 always: true
19
20 pool:
21 - name: 'wsl-build'
21 + vmImage: 'windows-latest'
22
23 steps:
24 - checkout : self
.pipelines/wsl-build-notice.yml
+1 -1
@@ -4,7 +4,7 @@ trigger:
4 - master
5
6 pool:
7 - name: 'wsl-build'
7 + vmImage: 'windows-latest'
8
9 steps:
10 - checkout : self