diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 512b50c..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 --no-restore -c Release + run: dotnet build -c Release --no-restore -p:DebugType=portable - name: Test run: dotnet test --no-build -c Release --verbosity normal