Skip to content

Commit

Permalink
failing on content should fail appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd committed Jan 5, 2018
1 parent 9eb50fe commit 1fb11fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ IF NOT EXIST build.fsx (
)
pushd Content\
call build.cmd
if errorlevel 1 (
exit /b %errorlevel%
)
call build.cmd Clean
if errorlevel 1 (
exit /b %errorlevel%
)
popd

packages\build\FAKE\tools\FAKE.exe build.fsx %*

0 comments on commit 1fb11fe

Please sign in to comment.