Skip to content

Commit

Permalink
No need to update the PATH for AppVeyor any more
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed Feb 3, 2015
1 parent ed4a32f commit c9026a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ REM Disabled while working out perl problem, see https://github.com/Microsoft/vi
REM call RunTests.cmd debug fsharpqa Smoke
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed && goto :eof

set PATH=%PATH%;%~dp0%packages\NUnit.Runners.2.6.3\tools\
call RunTests.cmd debug coreunit
@if ERRORLEVEL 1 echo Error: 'RunTests.cmd debug coreunit' failed && goto :eof

Expand Down

0 comments on commit c9026a9

Please sign in to comment.