parent
dc497fd99c
commit
dadc92bcfd
@ -0,0 +1,5 @@ |
||||
@echo off |
||||
@rem Note that this script will only produce a .msi packet of your binaries and data. It will not compile your sources. |
||||
cd Builder |
||||
Builder IISMainHandler debug |
||||
move /Y IISMainHandler\product-debug.msi ..\IISMainHandler-debug.msi |
@ -0,0 +1,5 @@ |
||||
@echo off |
||||
@rem Note that this script will only produce a .msi packet of your binaries and data. It will not compile your sources. |
||||
cd Builder |
||||
Builder IISMainHandler release |
||||
move /Y IISMainHandler\product-release.msi ..\IISMainHandler-release.msi |
Loading…
Reference in new issue