Skip to content

Commit

Permalink
Added missing files for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Artees committed Aug 18, 2018
1 parent a90fcc9 commit 965288b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DocCover/DocCover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
<Content Include="..\README.md" Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Link>README.md</Link>
</Content>
<Content Include="MemberTemplate.html" Condition=" '$(Configuration)' != 'Pack' ">
<Content Include="MemberTemplate.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="report.css"/>
<Content Include="report.css" Condition=" '$(Configuration)' != 'Pack' ">
<Content Include="report.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="ReportTemplate.html"/>
<Content Include="ReportTemplate.html" Condition=" '$(Configuration)' != 'Pack' ">
<Content Include="ReportTemplate.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="DocCover.nuspec"/>
Expand Down
4 changes: 2 additions & 2 deletions DocCover/DocCover.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</description>
<copyright>Copyright © Artees 2018</copyright>
<tags>xml documentation comments</tags>
<version>1.1.0</version>
<releaseNotes>Ported to .NET Core.</releaseNotes>
<version>1.1.1</version>
<releaseNotes>Added missing files for report generation.</releaseNotes>
</metadata>
<files>
<file src="bin\Pack\netcoreapp2.1\*.*" target="tools"/>
Expand Down
2 changes: 1 addition & 1 deletion DocCover/PushNuGet.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd /D "%~dp0"
cd ..\..\..\LocalNuGet
nuget push DocCover.1.1.0.nupkg -Source https://api.nuget.org/v3/index.json
nuget push DocCover.1.1.1.nupkg -Source https://api.nuget.org/v3/index.json

0 comments on commit 965288b

Please sign in to comment.