Create a separate pipeline for public CI (#12947)

This commit is contained in:
Blue 2025-05-20 13:30:39 -07:00 committed by GitHub
parent 1cea24b5bf
commit b87e56c605
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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