Skip to content

Commit 786839a

Browse files
committed
Fix test runsettings detection
1 parent 17308af commit 786839a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Aws.IoTCore.Devices.UnitTests.nfproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode>
2626
</PropertyGroup>
2727
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
28+
<PropertyGroup>
29+
<RunSettingsFilePath>$(MSBuildProjectDirectory)\nano.runsettings</RunSettingsFilePath>
30+
</PropertyGroup>
2831
<ItemGroup>
2932
<Compile Include="ShadowTests.cs" />
3033
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)