Skip to content

Commit fa5dbe1

Browse files
authored
Speedup builds by skipping the first time initialization of the bootrapped dotnet CLI (#1211)
1 parent 0283f4f commit fa5dbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
PSVersion: 5
33
BuildConfiguration: Release
4+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # For faster CI builds
45
matrix:
56
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
67
PowerShellEdition: PowerShellCore

0 commit comments

Comments
 (0)