Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Add UnitTestTemplate target to build consumer project as an executable assembly

See merge request company-projects/Meadow!28
  • Loading branch information
zone117x committed Oct 1, 2018
2 parents 8fc014d + dac552e commit f283db3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Meadow.UnitTestTemplate/Meadow.UnitTestTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<Pack>true</Pack>
<PackagePath>build</PackagePath>
</None>
<None Update="Meadow.UnitTestTemplate.targets">
<Pack>true</Pack>
<PackagePath>build</PackagePath>
</None>
<None Include="RunnerEntryPoint.cs">
<Pack>true</Pack>
<PackagePath>build</PackagePath>
Expand Down
1 change: 1 addition & 0 deletions src/Meadow.UnitTestTemplate/Meadow.UnitTestTemplate.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<StartupObject>Meadow.UnitTestTemplate.RunnerEntryPoint</StartupObject>
<NoWarn>$(NoWarn);NU1603;NU1701</NoWarn>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Meadow.UnitTestTemplate/Meadow.UnitTestTemplate.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>

</Project>

0 comments on commit f283db3

Please sign in to comment.