mirror of https://github.com/microsoft/WSL
Create a separate pipeline for public CI (#12947)
This commit is contained in:
parent
1cea24b5bf
commit
b87e56c605
|
|
@ -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…
Reference in New Issue