Skip to content

Commit a4d1e43

Browse files
committed
Add .NET CLI configuration to appveyor.yml
This change adds a couple of environment variables to the appveyor.yml to speed up builds of PowerShell Editor Services by disabling package caching and telemetry.
1 parent 9a61d1a commit a4d1e43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ branches:
88
- master
99
- develop
1010

11+
environment:
12+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Don't download unneeded packages
13+
DOTNET_CLI_TELEMETRY_OPTOUT: true # Don't send telemetry
14+
1115
install:
1216
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
1317
- ps: Install-Product node '6.9.2'

0 commit comments

Comments
 (0)