Skip to content

Commit 80f0cf9

Browse files
committed
Update core-pipeline.yml for Azure Pipelines
Fix invalid tab characters in build pipeline
1 parent 353e06f commit 80f0cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipelines/core-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trigger:
1010
paths:
1111
include:
1212
- AppInspector/*
13-
- AppInspector.CLI/*
13+
- AppInspector.CLI/*
1414
- MultiExtractor/*
1515
- RulesEngine/*
1616
pr:
@@ -20,7 +20,7 @@ pr:
2020
paths:
2121
include:
2222
- AppInspector/*
23-
- AppInspector.CLI/*
23+
- AppInspector.CLI/*
2424
- MultiExtractor/*
2525
- RulesEngine/*
2626

0 commit comments

Comments
 (0)