Update the pipelines to reference the default branch (#12918)
Blue committed
May 19, 2025 at 14:42 UTC
bb9caa486469d5d6e5aca47f30a6e6b16eb2cf23
4 files changed
+5
-5
.pipelines/wsl-build-nightly-localization.yml
+2
-2
@@ -1,7 +1,7 @@
1
trigger:
2
branches:
3
include:
4
- - main
4
+ - master
5
paths:
6
include:
7
- 'localization/strings/en-US/Resources.resw'
@@ -14,7 +14,7 @@ schedules:
14
displayName: Nightly Touchdown Build Schedule
15
branches:
16
include:
17
- - "main"
17
+ - "master"
18
always: true
19
20
pool:
.pipelines/wsl-build-notice.yml
+1
-1
@@ -1,7 +1,7 @@
1
trigger:
2
branches:
3
include:
4
- - main
4
+ - master
5
6
pool:
7
name: 'wsl-build'
.pipelines/wsl-build-pr-onebranch.yml
+1
-1
@@ -1,7 +1,7 @@
1
trigger:
2
branches:
3
include:
4
- - main
4
+ - master
5
- release/*
6
7
variables:
SUPPORT.md
+1
-1
@@ -14,4 +14,4 @@ Technical Support for the use of WSL may also be available from Microsoft’s Cu
14
15
[gh-issue]: https://github.com/microsoft/WSL/issues/new/choose
16
[gh-bug]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=&template=bug_report.md&title=
17
-[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title=
\ No newline at end of file
17
+[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title=