diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e66348..f85bada 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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