Fix typo
This commit is contained in:
parent
c5baa1dff2
commit
bd61ffca1b
@ -14,7 +14,7 @@ steps:
|
|||||||
displayName: 'dotnet build $(buildConfiguration)'
|
displayName: 'dotnet build $(buildConfiguration)'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName 'dotnet test $(buildConfiguration)'
|
displayName: 'dotnet test $(buildConfiguration)'
|
||||||
inputs:
|
inputs:
|
||||||
command: test
|
command: test
|
||||||
projects: '**/*Tests/*.csproj'
|
projects: '**/*Tests/*.csproj'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user