Skip to content

Commit

Permalink
update ReportGenerator package
Browse files Browse the repository at this point in the history
add cd step to push to nuget.org
  • Loading branch information
TYoungSL committed May 6, 2022
1 parent f9322b5 commit ed68d9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ jobs:
artifacts/*.*
env:
GITHUB_TOKEN: ${{github.token}}
- name: Push NuGet Packages (NuGet.org)
run: dotnet nuget push artifacts/*.nupkg -k ${{secrets.NUGET_STIRLINGLABS_API_KEY}} -s https://api.nuget.org/v3/index.json -n 1 --skip-duplicate || true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="StirlingLabs.BigSpans.NUnit" Version="22.4.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="all" />
<PackageReference Include="coverlet.msbuild" Version="3.1.2" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="5.1.4" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="5.1.6" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ed68d9d

Please sign in to comment.