Skip to content

Commit 41bb521

Browse files
committed
Fix build output folder for mvc 3 test project
1 parent b92891e commit 41bb521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FluentAssertions.Mvc3.Tests/FluentAssertions.Mvc3.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
22-
<OutputPath>..\..\bin\Debug\Test\</OutputPath>
22+
<OutputPath>bin\Debug\</OutputPath>
2323
<DefineConstants>DEBUG;</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)