From 1495c7a1b69e77322d4cc0c35cc9be9136c7f7ed Mon Sep 17 00:00:00 2001 From: Samuel Steele Date: Wed, 11 Sep 2024 12:21:32 -0400 Subject: [PATCH] Use preview sdk in GH Action --- .github/workflows/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 79eda0d..6ea949d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -25,6 +25,7 @@ jobs: with: cache: true cache-dependency-path: ./**/packages.lock.json + dotnet-quality: preview global-json-file: global.json - name: Restore dependencies