Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit e41a477

Browse files
Update azure-pipelines.yml
1 parent b8714b5 commit e41a477

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ jobs:
194194
displayName: 'Build Solution'
195195
inputs:
196196
script: 'mono /Applications/Visual\ studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/MSBuild.dll $(PathToCsproj) /p:Configuration=Release /restore /t:Build /p:ContinuousIntegrationBuild=true /p:Deterministic=false'
197+
- task: CmdLine@2
198+
displayName: 'Run Unit Tests'
199+
inputs:
200+
script: dotnet test $(PathToUnitTestCsproj) -c 'Release' --collect "Code coverage"
197201
- task: CmdLine@2
198202
displayName: 'Pack NuGets'
199203
inputs:

0 commit comments

Comments
 (0)