Skip to content

Commit 117ea41

Browse files
committed
fix tests
1 parent 613b9ef commit 117ea41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- task: DotNetCoreCLI@2
1818
inputs:
1919
command: test
20-
projects: '**/*.Tests/*.csproj'
20+
projects: '**/*.Test/*.csproj'
2121
arguments: '--configuration $(buildConfiguration) --logger:trx'
2222

2323
- task: PublishTestResults@2

0 commit comments

Comments
 (0)