Removed redundant .NET quality setting

This commit is contained in:
Thorsten Sommer 2024-06-16 20:28:56 +02:00
parent 0b440354bd
commit 8fded0137d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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'