diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e619de3..b0d55af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,8 @@ jobs: --configuration Release \ --no-restore \ --logger "trx;LogFileName=test-results.trx" \ - --collect:"XPlat Code Coverage" + --collect:"XPlat Code Coverage" \ + --filter "Category!=LocalOnly" - name: Publish Test Results uses: actions/upload-artifact@v4