diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index bc22289..49c8b9f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -26,7 +26,7 @@ jobs: run: dotnet build --no-restore --configuration Release - name: Pack - run: dotnet pack --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion=${{github.ref_name}} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY}} + run: dotnet pack --no-restore --no-build --configuration Release -p:PackageVersion=${{github.ref_name}} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY}} - name: Push run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY}}/*.nupkg -k ${{secrets.NUGET_AUTH_TOKEN}} -s ${{ env.NUGET_SOURCE_URL}} \ No newline at end of file diff --git a/GiroCode/GiroCode.csproj b/GiroCode/GiroCode.csproj index 85561e1..485ce2d 100644 --- a/GiroCode/GiroCode.csproj +++ b/GiroCode/GiroCode.csproj @@ -7,6 +7,8 @@ enable https://github.com/kenan-kajkus/GiroCode net8.0;net6.0 + True + Embedded