diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 525a2dd..eb6bb17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build -c Release --include-symbols --no-restore -p:DebugType=portable + run: dotnet build -c Release --no-restore -p:DebugType=portable - name: Test run: dotnet test --no-build -c Release --verbosity normal diff --git a/GFramework.csproj b/GFramework.csproj index 5f19765..3a64a79 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -15,6 +15,7 @@ true true true + portable true snupkg GFramework