Skip to content

Commit 9192450

Browse files
author
Jake Ginnivan
committed
Approval tests needs debug build
1 parent ca7fee8 commit 9192450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConventionTests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Root>$(MSBuildProjectDirectory)\</Root>
55
<BuildPlatform Condition="$(BuildPlatform) == ''">Any CPU</BuildPlatform>
6-
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
6+
<Configuration Condition="$(Configuration) == ''">Debug</Configuration>
77
<MSBuildCommunityTasksPath>$(Root)tools\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
88
<NUnitHome>$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.2\tools\</NUnitHome>
99
<NUnitConsole>$(NUnitHome)nunit-console.exe</NUnitConsole>

0 commit comments

Comments
 (0)