Skip to content

Commit

Permalink
Remove incorrect DebugType setting (microsoft#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored and smadala committed Nov 20, 2017
1 parent a32cf55 commit 4c3b7f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/package/nuspec/Microsoft.NET.Test.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
<OutputType>Exe</OutputType>
</PropertyGroup>

<!--
In IDE scenario for full CLR projects default test platform is v1, which expects full pdbs for source information.
This can be removed once TPv2 is default for full CLR. Related issue https://github.com/Microsoft/vstest/issues/373.
-->
<PropertyGroup>
<DebugType Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">Full</DebugType>
</PropertyGroup>

<!--
Generate config file for test project targeting .NET Framework. This config file has binding redirect which is needed at time of running tests.
Expand Down Expand Up @@ -93,4 +85,4 @@
<Compile Include="$(GeneratedProgramFile)"/>
</ItemGroup>
</Target>
</Project>
</Project>

0 comments on commit 4c3b7f0

Please sign in to comment.