From 78e187b628e0511a3f9f56f95f6be8b72adc1620 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:02:16 -0800 Subject: [PATCH] Update snippets5000.yml (#43581) --- .github/workflows/snippets5000.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index 067b42530b500..94bbeaa629610 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -15,7 +15,7 @@ on: env: DOTNET_VERSION: '9.0.*' - DOTNET_QUALITY: 'preview' + DOTNET_QUALITY: 'ga' DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true EnableNuGetPackageRestore: 'True'