Skip to content

Commit

Permalink
build script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Mozgovoy committed Nov 8, 2019
1 parent 484a013 commit ca9491d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BuildAndPack.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:: This script must be executed from MSVS Developer Command Prompt

@echo off
msbuild /t:restore
msbuild /p:Configuration=Release /p:Platform=x64 /t:restore
msbuild /p:Configuration=Release /p:Platform=x64

rmdir /q /s Release
del WebLibrary-x64.zip
md Release
md Release\locales

Expand Down

0 comments on commit ca9491d

Please sign in to comment.