Restrict pipeline to only run for old site

This commit is contained in:
Tucker Chase (CSC FI SPS MESLEO) 2025-04-17 15:52:38 +00:00
parent e452047dfb
commit 704df4fa8c

View File

@ -1,3 +1,11 @@
trigger:
branches:
include:
- master
paths:
include:
- Fab2ApprovalSystem
variables:
coreVersion: "net8.0"
targetFrameworkVersion: "v4.8"