mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 17:47:59 -06:00
Create a separate pipeline for public CI (#12947)
This commit is contained in:
parent
1cea24b5bf
commit
b87e56c605
18
.pipelines/wsl-build-pr.yml
Normal file
18
.pipelines/wsl-build-pr.yml
Normal file
@ -0,0 +1,18 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- release/*
|
||||
|
||||
git:
|
||||
fetchDepth: -1
|
||||
fetchTags: true
|
||||
|
||||
stages:
|
||||
- template: build-stage.yml@self
|
||||
parameters:
|
||||
isRelease: false
|
||||
|
||||
- template: test-stage.yml@self
|
||||
parameters:
|
||||
rs_prerelease_only: true
|
||||
Loading…
x
Reference in New Issue
Block a user