Skip to content

Commit 542cfb8

Browse files
author
Justin Skiles
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 0438e83 commit 542cfb8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ steps:
3838
platform: '$(buildPlatform)'
3939
configuration: '$(buildConfiguration)'
4040

41-
- task: VSTest@2
42-
displayName: Test (Visual Studio)
41+
- task: DotNetCoreCLI@2
4342
inputs:
44-
platform: '$(buildPlatform)'
45-
configuration: '$(buildConfiguration)'
43+
command: 'test'
44+
projects: '**/*.csproj'
4645

4746
# Only pack if this is from a tag
4847
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)