Skip to content

Commit 5e662af

Browse files
committed
Work CI-CD
- Fix path to nano runsettings file. - Add new task to run unit tests for helper class lib. ***NO_CI***
1 parent 82b0914 commit 5e662af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@ steps:
5252
parameters:
5353
sonarCloudProject: 'nanoframework_System.Runtime.Serialization'
5454
runUnitTests: true
55-
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
55+
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\nano.runsettings'
56+
57+
# run Unit Tests for helper class lib
58+
- template: azure-pipelines-templates/run-unit-tests.yml@templates
59+
parameters:
60+
skipInstall: true
61+
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\helper.runsettings'
5662

5763
# step from template @ nf-tools repo
5864
# report error

0 commit comments

Comments
 (0)