From 39ca26bc28f2d3c0e9efb3290dfd539ec18c50b5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 16 Dec 2024 12:14:32 -0500 Subject: [PATCH] Allow symbols to be packed --- .github/workflows/build_and_test.yml | 4 ++-- .github/workflows/check_pr.yml | 2 +- SabreTools.Matching/SabreTools.Matching.csproj | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4063953..34810a5 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -28,13 +28,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' + artifacts: "*.nupkg,*.snupkg" 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 9d421c5..b152072 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -17,4 +17,4 @@ jobs: run: dotnet build - name: Run tests - run: dotnet test \ No newline at end of file + run: dotnet test diff --git a/SabreTools.Matching/SabreTools.Matching.csproj b/SabreTools.Matching/SabreTools.Matching.csproj index 6223b47..8d7fbe2 100644 --- a/SabreTools.Matching/SabreTools.Matching.csproj +++ b/SabreTools.Matching/SabreTools.Matching.csproj @@ -3,9 +3,11 @@ net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 + true latest NU1903 enable + snupkg true 1.5.0