Skip to content

Commit

Permalink
Better build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Jul 22, 2018
1 parent 436265b commit 10fd936
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ if errorlevel 1 (
exit /b %errorlevel%
)

pushd src\BlackFox.MasterOfFoo.Build\
dotnet run %*
set _errorlevel=%errorlevel%
popd

exit /b %_errorlevel%
dotnet run --project src\BlackFox.MasterOfFoo.Build\BlackFox.MasterOfFoo.Build.fsproj %*

0 comments on commit 10fd936

Please sign in to comment.