Updated Branches: refs/heads/branch-1.4.4 6596dbab5 -> 6b22c2737
AMBARI-4477 - Update build scripts for Ambari SCOM MSI Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6b22c273 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6b22c273 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6b22c273 Branch: refs/heads/branch-1.4.4 Commit: 6b22c2737d78d89c11dc69f391d25d432f2d2660 Parents: 6596dba Author: tbeerbower <[email protected]> Authored: Sun Feb 2 01:59:53 2014 -0500 Committer: tbeerbower <[email protected]> Committed: Sun Feb 2 01:59:53 2014 -0500 ---------------------------------------------------------------------- contrib/ambari-scom/msi/build.cmd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6b22c273/contrib/ambari-scom/msi/build.cmd ---------------------------------------------------------------------- diff --git a/contrib/ambari-scom/msi/build.cmd b/contrib/ambari-scom/msi/build.cmd index 75a1448..021cb0f 100644 --- a/contrib/ambari-scom/msi/build.cmd +++ b/contrib/ambari-scom/msi/build.cmd @@ -31,6 +31,7 @@ powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -comma echo Building GUI set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319 call %msBuildDir%\msbuild.exe "%cd%\src\GUI_Ambari\GUI_Ambari.csproj" || exit /b 1 +mkdir "%cd%\src\bin\" copy /y "%cd%\src\GUI_Ambari\bin\Debug\GUI_Ambari.exe" "%cd%\src\bin\GUI_Ambari.exe" || exit /b 1 echo Building MSI
