Repository: ambari Updated Branches: refs/heads/trunk 6ee984734 -> 878c9319b
AMBARI-5579 - Fix build for Ambari-SCOM 2.0 (Ivan Malamen via abaranchuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/878c9319 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/878c9319 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/878c9319 Branch: refs/heads/trunk Commit: 878c9319b2033295dc5eea2fedc2b252d7520c80 Parents: 6ee9847 Author: Artem Baranchuk <[email protected]> Authored: Fri Apr 25 22:58:53 2014 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Fri Apr 25 22:59:13 2014 +0300 ---------------------------------------------------------------------- contrib/ambari-scom/msi/build.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/878c9319/contrib/ambari-scom/msi/build.cmd ---------------------------------------------------------------------- diff --git a/contrib/ambari-scom/msi/build.cmd b/contrib/ambari-scom/msi/build.cmd index 0e2fe9e..e0bd447 100644 --- a/contrib/ambari-scom/msi/build.cmd +++ b/contrib/ambari-scom/msi/build.cmd @@ -28,9 +28,8 @@ 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 -copy /y "%cd%\src\GUI_Ambari\bin\Debug\GUI_Ambari.exe" "%cd%\src\bin\GUI_Ambari.exe" || exit /b 1 mkdir "%cd%\src\bin\" -copy /y "%cd%\src\Result\bin\Debug\Ambari_Result.exe" "%cd%\src\bin\Ambari_Result.exe" || exit /b 1 +copy /y "%cd%\src\GUI_Ambari\bin\Debug\GUI_Ambari.exe" "%cd%\src\bin\GUI_Ambari.exe" || exit /b 1 echo Building MSI pushd "%cd%\src" || exit /b 1
