From ea35cc9edbc90711f3146c92615ca58602af2fdd Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Fri, 31 May 2024 10:17:54 -0500 Subject: [PATCH] Build .snupkg symbols package when packing nupkg --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 30242704..0f33edae 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -69,7 +69,7 @@ jobs: rm -f p/main/fr-FR/Terminal.Gui.resources.dll rm -f p/main/pt-PT/Terminal.Gui.resources.dll 7z a -tzip Rdmp.Dicom.${{ steps.version.outputs.version }}.nupkg plugin.nuspec p - dotnet pack Rdmp.Dicom/Rdmp.Dicom.csproj -c Release -p:Version=${{ steps.version.outputs.version }} --include-source --include-symbols -o . + dotnet pack Rdmp.Dicom/Rdmp.Dicom.csproj -c Release -p:Version=${{ steps.version.outputs.version }} -p:SymbolPackageFormat=snupkg --include-source --include-symbols -o . cat > testcmd.yaml <<-EOC Commands: - listsupportedcommands