Skip to content

Commit

Permalink
Now including XML comment file in nupkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdingwall committed Jul 8, 2012
1 parent e02f79f commit 4ef3f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Elmah.Contrib.WebApi/Elmah.Contrib.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Elmah.Contrib.WebApi.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -29,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Elmah.Contrib.WebApi.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Elmah">
Expand Down

0 comments on commit 4ef3f4a

Please sign in to comment.