Skip to content

Commit 77fe222

Browse files
kblokMeir017
authored andcommitted
Fix docfx script (#366)
* Fix docfx script * Just for testing * Restore ifs
1 parent ca6e427 commit 77fe222

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ test_script:
3434
3535
dotnet test -f %framework% -s test.runsettings
3636
on_success:
37-
- ps: c:\projects\puppeteer-sharp\appveyor\GenerateDocs.ps1
37+
- ps: >-
38+
cd c:\projects\puppeteer-sharp
39+
40+
c:\projects\puppeteer-sharp\appveyor\GenerateDocs.ps1
3841
cache:
3942
- $HOME/.nuget/packages

0 commit comments

Comments
 (0)