Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Mar 6, 2021
1 parent b8714b5 commit e41a477
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e41a477

Please sign in to comment.