Skip to content

Commit

Permalink
Speed up CI
Browse files Browse the repository at this point in the history
Speed up CI by setting some additional environment variables.
  • Loading branch information
martincostello committed Feb 13, 2022
1 parent 47a2b5d commit 440955d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ artifacts:
- path: artifacts\nuget-package\*.snupkg

environment:
# Skip dotnet package caching on build servers
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DOTNET_NOLOGO: true
NUGET_XMLDOC_MODE: skip

0 comments on commit 440955d

Please sign in to comment.