You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AppVeyor environment vars to speed up CI builds
This change adds a couple of environment variables to speed up AppVeyor CI
builds:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true: Don't download unneeded
packages
- DOTNET_CLI_TELEMETRY_OPTOUT=true: Don't send telemetry
This information was gained from this blog post:
http://rehansaeed.com/cross-platform-devops-net-core/
0 commit comments