From 0f73aca42e0b3a3c54c2db4ab1f91e8729980513 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 30 Mar 2018 13:39:22 +0100 Subject: [PATCH] Different attempt to fix AppVeyor CI issues --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5b27080f23..6dbf9ef91e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,8 +19,8 @@ build_script: - build.cmd /p:SkipTests=true /p:BlazorOutputStatistics=true before_test: - choco install googlechrome --ignore-checksum - - npm install -g selenium-standalone - - selenium-standalone install --singleDriverInstall=chrome + - npm install -g selenium-standalone@latest + - selenium-standalone install - ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru test_script: - build.cmd /t:Test /p:BlazorAllTests=true /p:BlazorOutputStatistics=true