@samitouri / QOSAMI-WSL / commits / b87e56c6

Create a separate pipeline for public CI (#12947)

Blue committed May 20, 2025 at 13:30 UTC b87e56c60550d278e0f11b30f9342648ed24e1b8
1 file changed +18
.pipelines/wsl-build-pr.yml new
+18
@@ -0,0 +1,18 @@
1 +trigger:
2 + branches:
3 + include:
4 + - master
5 + - release/*
6 +
7 +git:
8 + fetchDepth: -1
9 + fetchTags: true
10 +
11 +stages:
12 +- template: build-stage.yml@self
13 + parameters:
14 + isRelease: false
15 +
16 +- template: test-stage.yml@self
17 + parameters:
18 + rs_prerelease_only: true