Skip to content

Commit 0ceaa42

Browse files
committed
Work CI-CD
- Add unit tests setting.
1 parent 789795b commit 0ceaa42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ steps:
3434
- template: azure-pipelines-templates/class-lib-build-only.yml@templates
3535
parameters:
3636
sonarCloudProject: 'nanoframework_nanoFramework.Logging'
37+
runUnitTests: true
38+
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\Tests\UnitTestDebugLogging\nano.runsettings'
3739

3840
# package steps
3941
- template: azure-pipelines-templates/class-lib-package.yml@templates

0 commit comments

Comments
 (0)