From 8fded0137d8960887c085691987b70c70bd8e6dc Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 16 Jun 2024 20:28:56 +0200 Subject: [PATCH] Removed redundant .NET quality setting --- .github/workflows/build-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 5ce93642..a0a9d121 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -119,7 +119,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} - dotnet-quality: 'ga' cache: true cache-dependency-path: 'app/MindWork AI Studio/packages.lock.json' @@ -358,7 +357,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} - dotnet-quality: 'ga' cache: true cache-dependency-path: 'app/MindWork AI Studio/packages.lock.json'