We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613b9ef commit 117ea41Copy full SHA for 117ea41
azure-pipelines.yml
@@ -17,7 +17,7 @@ steps:
17
- task: DotNetCoreCLI@2
18
inputs:
19
command: test
20
- projects: '**/*.Tests/*.csproj'
+ projects: '**/*.Test/*.csproj'
21
arguments: '--configuration $(buildConfiguration) --logger:trx'
22
23
- task: PublishTestResults@2
0 commit comments