We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789795b commit 0ceaa42Copy full SHA for 0ceaa42
azure-pipelines.yml
@@ -34,6 +34,8 @@ steps:
34
- template: azure-pipelines-templates/class-lib-build-only.yml@templates
35
parameters:
36
sonarCloudProject: 'nanoframework_nanoFramework.Logging'
37
+ runUnitTests: true
38
+ unitTestRunsettings: '$(System.DefaultWorkingDirectory)\Tests\UnitTestDebugLogging\nano.runsettings'
39
40
# package steps
41
- template: azure-pipelines-templates/class-lib-package.yml@templates
0 commit comments