Add transactional installer and harden runtime operations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
setlocal
|
||||
call "%~dp0test-release.cmd"
|
||||
if errorlevel 1 exit /b 1
|
||||
"%~dp0..\src\BizTalkPlatformManagementTool.Packager\bin\Release\BizTalkPlatformManagementTool.Packager.exe" "%~dp0.." Release
|
||||
exit /b %ERRORLEVEL%
|
||||
Reference in New Issue
Block a user