diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dc1b1f8..488c6184 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: nuget-packages - path: ./artifacts/*.nupkg + path: | + ./artifacts/*.nupkg + ./artifacts/*.snupkg - name: Push to GitHub Packages if: github.event_name == 'push' && startsWith(github.repository, 'khellang/') - run: dotnet nuget push ./artifacts/*.nupkg --source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate + run: dotnet nuget push ./artifacts/*.*nupkg --source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate diff --git a/src/Scrutor/Scrutor.csproj b/src/Scrutor/Scrutor.csproj index 9762aae8..2a0d4707 100644 --- a/src/Scrutor/Scrutor.csproj +++ b/src/Scrutor/Scrutor.csproj @@ -1,7 +1,9 @@  Register services using assembly scanning and a fluent API. + 6.1.0 + v Kristian Hellang net462;netstandard2.0;net8.0;net10.0 $(NoWarn);CS1591 @@ -35,6 +37,7 @@ +