diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index aaf071944..5db8710da 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -31,13 +31,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'Nuget Package'
- path: '*.nupkg'
+ path: "*.nupkg,*.snupkg"
- name: Upload to rolling
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: True
- artifacts: "*.nupkg,*.zip"
+ artifacts: "*.nupkg,*.snupkg,*.zip"
body: 'Last built commit: ${{ github.sha }}'
name: 'Rolling Release'
prerelease: True
diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml
index 83acf3716..0843c3564 100644
--- a/.github/workflows/check_pr.yml
+++ b/.github/workflows/check_pr.yml
@@ -23,4 +23,4 @@ jobs:
run: dotnet build
- name: Test
- run: dotnet test
\ No newline at end of file
+ run: dotnet test
diff --git a/CHANGELIST.md b/CHANGELIST.md
index c0251c42e..422427ff0 100644
--- a/CHANGELIST.md
+++ b/CHANGELIST.md
@@ -99,6 +99,7 @@
- Better SecuROM handling for DIC and Redumper
- Include native libraries for self-extract
- Preserve program metadata on publish
+- Allow symbols to be packed
### 3.2.4 (2024-11-24)
diff --git a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj
index 6887ec98d..f8a4810da 100644
--- a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj
+++ b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj
@@ -5,9 +5,11 @@
net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0
false
false
+ true
latest
enable
true
+ snupkg
true
3.2.4
NU5104
diff --git a/MPF.Processors/MPF.Processors.csproj b/MPF.Processors/MPF.Processors.csproj
index fa6da13e0..dd9e6f696 100644
--- a/MPF.Processors/MPF.Processors.csproj
+++ b/MPF.Processors/MPF.Processors.csproj
@@ -5,10 +5,12 @@
net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0
false
false
+ true
latest
NU1902;NU1903
enable
true
+ snupkg
true
3.2.4
NU5104