Open radical opened 1 month ago
Template tests run by default on PRs for tfm=net9.0. But to additionally validate tfm=net8.0 cases where the projects are run, we can use a separate pipeline that can run at periodic intervals.
tfm=net9.0
tfm=net8.0
cc @joperezr @eerhardt @DamianEdwards
A new pipeline would also mean that we can have that run automatically for PRs if they have any template related changes.
Template tests run by default on PRs for
tfm=net9.0
. But to additionally validatetfm=net8.0
cases where the projects are run, we can use a separate pipeline that can run at periodic intervals.cc @joperezr @eerhardt @DamianEdwards