Skip to content

Commit

Permalink
one last attempts at uploading symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Mar 13, 2023
1 parent 01ec250 commit d42b6b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backgroundjobs_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: dotnet pack ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj -c Release --no-build --no-restore

- name: Push Nugets
run: dotnet nuget push "**/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
run: dotnet nuget push "**/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}
2 changes: 0 additions & 2 deletions src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<Description>Easily create background jobs that run based on Cron expressions, interval or absolute time.</Description>
<PackageTags>cron;cronjobs;backgroundservice;backgroundworker;scheduling;job;jobs;backgroundjobs</PackageTags>
<MinVerTagPrefix>backgroundjobs-v</MinVerTagPrefix>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d42b6b4

Please sign in to comment.