Skip to content

Commit

Permalink
Make build cmd do a clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe2 committed Mar 16, 2016
1 parent 8f22901 commit 5c884e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@ECHO OFF
setlocal
set PATH=%PATH%;%ProgramFiles(x86)%\MSBuild\14.0\Bin;%ProgramFiles(x86)%\MSBuild\12.0\Bin;%WINDIR%\Microsoft.NET\Framework\v4.0.30319
rd /s /q build
MSBuild.exe msbuild\WebSharper.proj /verbosity:minimal /p:Arguments="%*"

0 comments on commit 5c884e9

Please sign in to comment.