Skip to content

Commit 02c3df1

Browse files
committed
Bypass default NuGet packaging behavior in order to include everything only in the build\ folder in the package.
1 parent b065e6c commit 02c3df1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Source/Machine.VSTestAdapter/Machine.VSTestAdapter.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<_TargetDotNetFramework>net46</_TargetDotNetFramework>
66

77
<TargetFrameworks>netcoreapp1.1;net46</TargetFrameworks>
8-
8+
<!-- Needed in order to later manually include the libs in the build directory instead of lib -->
9+
<IncludeBuildOutput>false</IncludeBuildOutput>
10+
911
<AssemblyName>Machine.TestAdapter</AssemblyName>
1012
<Product>Machine.Specifications.Runner.VisualStudio</Product>
1113
<AssemblyTitle>Machine.Specifications.Runner.VisualStudio</AssemblyTitle>
@@ -17,7 +19,6 @@
1719
<PackageReleaseNotes>https://github.com/machine/machine.vstestadapter/releases</PackageReleaseNotes>
1820
<Description>Machine.Specifications (MSpec) adapter for .NET Framework and .NET Core including dotnet cli (dotnet test), Visual Studio IDE, TFS, Visual Studio Online, Visual Studio Team Services.</Description>
1921
<PackageTags>mspec unit testing context specification bdd tdd tfs visualstudio vsts vso</PackageTags>
20-
<IsTool>true</IsTool>
2122
<PackageIconUrl>http://github.com/machine/machine.vstestadapter/raw/master/Misc/Machine.VSTestAdapter-64x64.png</PackageIconUrl>
2223
</PropertyGroup>
2324

0 commit comments

Comments
 (0)