Skip to content

Commit f8cb642

Browse files
author
Chris Santero
committed
Use relative paths for project build output
Project output should not be an absolute path on the C:\ drive.
1 parent 8fa957b commit f8cb642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

JSONAPI.EntityFramework.Tests/JSONAPI.EntityFramework.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
25-
<OutputPath>C:\temp\JSONAPI.EntityFramework.Tests\bin\Debug\</OutputPath>
25+
<OutputPath>bin\Debug\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>

JSONAPI.Tests/JSONAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
25-
<OutputPath>C:\temp\JSONAPI.Tests\bin\Debug\</OutputPath>
25+
<OutputPath>bin\Debug\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)