Skip to content

Commit

Permalink
feat: add readme file and delete publish in GPR
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandropb36 committed May 10, 2023
1 parent 44f0584 commit 82f0fad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,3 @@ jobs:

- name: Push package to NuGet Org
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_ORG_KEY}} --source ${{ env.NUGET_ORG_SERVER }}

- name: Push package to NuGet GPR
run: dotnet nuget push **/*.nupkg --api-key --source "github"
11 changes: 8 additions & 3 deletions src/SimpleCronWorkerService/SimpleCronWorkerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<Description>
A simple and easy way to implement worker services scheduled by a CRON expression
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,9 +25,13 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

Expand Down

0 comments on commit 82f0fad

Please sign in to comment.