From aa10a1887f97169757952073fb50bc3c12e6497b Mon Sep 17 00:00:00 2001 From: Adrian Clark Date: Wed, 4 Dec 2024 19:40:20 +1000 Subject: [PATCH] Avoid .NET Generating ASP.NET Certificate This isn't needed for our library, ask the .NET CLI to not generate it. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b4553..3af51ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: env: DOTNET_NOLOGO: true + DOTNET_GENERATE_ASPNET_CERTIFICATE: false DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Avoid pre-populating the NuGet package cache steps: