Browse Source

CI: Move unit test binaries to out folder

la-knuth
Christoph Ruegg 16 years ago
parent
commit
6af6c0fdc3
  1. 2
      src/UnitTests/UnitTests.csproj

2
src/UnitTests/UnitTests.csproj

@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\out\test\Net40\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>

Loading…
Cancel
Save