Skip to content

Commit 43893b6

Browse files
committed
Update path and directory command
1 parent a42cf5c commit 43893b6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ init:
55
before_build:
66
- dotnet tool update -g docfx
77
- choco install chromedriver
8-
- cmd: PATH=C:\ProgramData\chocolatey\lib\chromedriver\tools;%PATH%
9-
- cmd: echo %PATH%
10-
- cmd: dir C:\ProgramData\chocolatey\lib\chromedriver\tools
8+
- cmd: PATH=C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32;%PATH%
9+
- cmd: dir C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32
1110
build_script:
1211
- dotnet build
1312
- docfx CSF.Extensions.WebDriver.Docs\docfx.json

0 commit comments

Comments
 (0)