From 359c1b212a08aeee3ed4f297f6f671f2d3cfde4c Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 17 Apr 2025 09:18:39 -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. --- .github/workflows/dotnet.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b60ea52..683c287 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -44,7 +44,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 }}