Skip to content

Commit

Permalink
disable XML comment file for DEBUG build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStrupat committed Dec 4, 2016
1 parent 7049fba commit 9a8937d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\EntityFramework.VersionedProperties.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 9a8937d

Please sign in to comment.