From 744b336ebb12493224390dff1ad635a82c38dcbc Mon Sep 17 00:00:00 2001 From: Edgar Mesquita Date: Sun, 24 Sep 2023 22:47:59 +0100 Subject: [PATCH] Fixing pipeline --- .github/workflows/dotnetcore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index df89cce..8bbddb8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,6 +12,7 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: 8.0.x + dotnet-quality: 'preview' - name: Build eQuantic.Api.Crud Library run: dotnet build --configuration Release - name: Push package into Nuget.org