From faa611a31f7ca1744f4192b581cfe52f87918631 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 17 Apr 2025 09:16:54 -0500 Subject: [PATCH] Use stable releases The 'signed' quality is [being removed](https://github.com/dotnet/install-scripts/pull/593) from the install scripts - but your usage is really just a 'stable public release' usage anyway, which is the default. Signed-off-by: Chet Husk --- .github/workflows/dotnet.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 44141ed..9eb5ad1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -42,7 +42,6 @@ jobs: if: matrix.os != 'self-hosted' with: dotnet-version: '8.0.x' - dotnet-quality: 'signed' source-url: ${{ env.NUGET_SERVER_URL }} env: NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}