dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.92k stars 479 forks source link

[ci] Add a new pipeline to run the template tests with `tfm=net8.0` #6168

Open radical opened 1 month ago

radical commented 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.

cc @joperezr @eerhardt @DamianEdwards

radical commented 1 month ago

A new pipeline would also mean that we can have that run automatically for PRs if they have any template related changes.