Skip to content

Commit 8857114

Browse files
authored
Move runsettings to solution folder (#185)
***NO_CI***
1 parent 192f404 commit 8857114

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
File renamed without changes.

Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
</Reference>
8484
</ItemGroup>
8585
<ItemGroup>
86-
<None Include="nano.runsettings" />
8786
<None Include="packages.config" />
8887
</ItemGroup>
8988
<ItemGroup>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
parameters:
5151
sonarCloudProject: 'nanoframework_nanoFramework.Logging'
5252
runUnitTests: true
53-
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\Tests\UnitTestDebugLogging\nano.runsettings'
53+
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
5454

5555
# package steps
5656
- template: azure-pipelines-templates/class-lib-package.yml@templates

0 commit comments

Comments
 (0)