diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb6bb17..525a2dd 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 --no-restore -p:DebugType=portable + run: dotnet build -c Release --include-symbols --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 b68273c..5f19765 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -12,7 +12,7 @@ https://github.com/GeWuYou/GFramework MIT game;framework - false + true true true true