We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7fee8 commit 9192450Copy full SHA for 9192450
ConventionTests.proj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<Root>$(MSBuildProjectDirectory)\</Root>
5
<BuildPlatform Condition="$(BuildPlatform) == ''">Any CPU</BuildPlatform>
6
- <Configuration Condition="$(Configuration) == ''">Release</Configuration>
+ <Configuration Condition="$(Configuration) == ''">Debug</Configuration>
7
<MSBuildCommunityTasksPath>$(Root)tools\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
8
<NUnitHome>$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.2\tools\</NUnitHome>
9
<NUnitConsole>$(NUnitHome)nunit-console.exe</NUnitConsole>
0 commit comments