diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a6d798f..62eb3929 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,6 +194,10 @@ jobs: displayName: 'Build Solution' inputs: 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' + - task: CmdLine@2 + displayName: 'Run Unit Tests' + inputs: + script: dotnet test $(PathToUnitTestCsproj) -c 'Release' --collect "Code coverage" - task: CmdLine@2 displayName: 'Pack NuGets' inputs: