Build procedure improved

main
Inga 🏳‍🌈 12 years ago
parent dc497fd99c
commit dadc92bcfd
  1. 5
      build-debug.bat
  2. 5
      build-release.bat

@ -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…
Cancel
Save