Skip to content

Commit

Permalink
Nupkg symbols fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jun 7, 2023
1 parent b204681 commit 4dbb683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: dotnet test --logger "console;verbosity=minimal" --nologo
- name: Pack
run: |
dotnet pack -c Release --include-symbols --nologo -p:Version=$(fgrep AssemblyInformationalVersion SharedAssemblyInfo.cs|cut -d'"' -f2) -o .
dotnet pack -c Release -p:SymbolPackageFormat=snupkg --include-symbols --nologo -p:Version=$(fgrep AssemblyInformationalVersion SharedAssemblyInfo.cs|cut -d'"' -f2) -o .
- name: Nuget push
if: contains(github.ref,'refs/tags/')
run: dotnet nuget push HIC.FAnsiSql.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} --skip-duplicate
Expand Down

0 comments on commit 4dbb683

Please sign in to comment.