We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1251332 commit 7a74b86Copy full SHA for 7a74b86
azure-pipelines.yml
@@ -57,6 +57,12 @@ steps:
57
command: 'test'
58
projects: 'tests/durablefunctionsmonitor.dotnetbackend.tests/*.csproj'
59
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
+
66
- task: DotNetCoreCLI@2
67
displayName: 'dotnet publish durablefunctionsmonitor.dotnetbackend'
68
inputs:
0 commit comments