Skip to content

Commit

Permalink
Avoid .NET Generating ASP.NET Certificate
Browse files Browse the repository at this point in the history
This isn't needed for our library, ask the .NET CLI to not generate it.
  • Loading branch information
AdrianJSClark committed Dec 4, 2024
1 parent 38cb9c0 commit aa10a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa10a18

Please sign in to comment.