Skip to content

Commit 2ddf6bf

Browse files
committed
Explicitly create the experimental hive on AppVeyor
This change avoids a flood of messages during the build. Derived from information in appveyor/ci#1391.
1 parent b3089b7 commit 2ddf6bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ init:
88
- git config --global core.autocrlf true
99
install:
1010
- nuget restore
11+
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" /RootSuffix Exp /ResetSettings General.vssettings /Command File.Exit'
1112
build:
1213
verbosity: minimal
1314
test:

0 commit comments

Comments
 (0)