From d5661b5ef2d219251658861411871443ec3be9bc Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sat, 6 Apr 2019 22:45:20 +0100 Subject: [PATCH] Speedup builds by skipping the first time initialization of the bootrapped dotnet CLI --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f37951c7e..80d0d2c5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ environment: PSVersion: 5 BuildConfiguration: Release + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # For faster CI builds matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 PowerShellEdition: PowerShellCore