Skip to content

Commit 7a74b86

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1251332 commit 7a74b86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ steps:
5757
command: 'test'
5858
projects: 'tests/durablefunctionsmonitor.dotnetbackend.tests/*.csproj'
5959

60+
- task: DotNetCoreCLI@2
61+
displayName: 'dotnet test tests/durablefunctionsmonitor.dotnetisolated.core.tests'
62+
inputs:
63+
command: 'test'
64+
projects: 'tests/durablefunctionsmonitor.dotnetisolated.core.tests/*.csproj'
65+
6066
- task: DotNetCoreCLI@2
6167
displayName: 'dotnet publish durablefunctionsmonitor.dotnetbackend'
6268
inputs:

0 commit comments

Comments
 (0)