Commit d002a2d
committed
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/1 parent 5ae546d commit d002a2d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments