From e7573e00dabaedd1daea34b3faf98d1860239915 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 30 Mar 2018 13:09:03 +0100 Subject: [PATCH] Hopefully fix the AppVeyor CI issues --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7f621f2e90..5b27080f23 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,7 +20,7 @@ build_script: before_test: - choco install googlechrome --ignore-checksum - npm install -g selenium-standalone - - selenium-standalone install + - selenium-standalone install --singleDriverInstall=chrome - ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru test_script: - build.cmd /t:Test /p:BlazorAllTests=true /p:BlazorOutputStatistics=true