mirror of https://github.com/microsoft/WSL
Update the pipelines to reference the default branch (#12918)
This commit is contained in:
parent
4b5cb64e79
commit
bb9caa4864
|
|
@ -1,7 +1,7 @@
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
include:
|
include:
|
||||||
- 'localization/strings/en-US/Resources.resw'
|
- 'localization/strings/en-US/Resources.resw'
|
||||||
|
|
@ -14,7 +14,7 @@ schedules:
|
||||||
displayName: Nightly Touchdown Build Schedule
|
displayName: Nightly Touchdown Build Schedule
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- "main"
|
- "master"
|
||||||
always: true
|
always: true
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
name: 'wsl-build'
|
name: 'wsl-build'
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- master
|
||||||
- release/*
|
- release/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@ Technical Support for the use of WSL may also be available from Microsoft’s Cu
|
||||||
|
|
||||||
[gh-issue]: https://github.com/microsoft/WSL/issues/new/choose
|
[gh-issue]: https://github.com/microsoft/WSL/issues/new/choose
|
||||||
[gh-bug]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=&template=bug_report.md&title=
|
[gh-bug]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=&template=bug_report.md&title=
|
||||||
[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title=
|
[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue