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 17308af commit 786839aCopy full SHA for 786839a
Tests/Aws.IoTCore.Devices.UnitTests.nfproj
@@ -25,6 +25,9 @@
25
<RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode>
26
</PropertyGroup>
27
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
28
+ <PropertyGroup>
29
+ <RunSettingsFilePath>$(MSBuildProjectDirectory)\nano.runsettings</RunSettingsFilePath>
30
+ </PropertyGroup>
31
<ItemGroup>
32
<Compile Include="ShadowTests.cs" />
33
<Compile Include="Properties\AssemblyInfo.cs" />
0 commit comments