Restrict pipeline to only run for old site
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- Fab2ApprovalSystem
|
||||
|
||||
variables:
|
||||
coreVersion: "net8.0"
|
||||
targetFrameworkVersion: "v4.8"
|
||||
|
Reference in New Issue
Block a user