Skip to content

Commit 150fd2c

Browse files
committed
Work CI-CD
- Rename runsettings file. - Add entry to nano unit test project. ***NO_CI***
1 parent ddc6288 commit 150fd2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Tests/SerializationTests/SerializationTests.nfproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -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="..\HelperTests\DeserializationTests.cs">
3033
<Link>DeserializationTests.cs</Link>
File renamed without changes.

0 commit comments

Comments
 (0)