Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Add unit tests setting.
  • Loading branch information
josesimoes committed Apr 8, 2021
1 parent 789795b commit 0ceaa42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ steps:
- template: azure-pipelines-templates/class-lib-build-only.yml@templates
parameters:
sonarCloudProject: 'nanoframework_nanoFramework.Logging'
runUnitTests: true
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\Tests\UnitTestDebugLogging\nano.runsettings'

# package steps
- template: azure-pipelines-templates/class-lib-package.yml@templates
Expand Down

0 comments on commit 0ceaa42

Please sign in to comment.