mirror of https://github.com/ppy/osu
Use a common build directory between both build ccnfigurations
There's no need to build to VisualTests when they share everything
This commit is contained in:
parent
7e89b1021d
commit
fc97fdb8c1
|
@ -92,7 +92,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'VisualTests|AnyCPU'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\VisualTests\</OutputPath>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG</DefineConstants>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<WarningLevel>0</WarningLevel>
|
||||
|
|
Loading…
Reference in New Issue