Welcome to mirror list, hosted at ThFree Co, Russian Federation.

winbuild-release.bat « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 638dd97e4133f23b028162679ab77f548742c126 (plain)
1
2
3
4
5
6
7
8
9
git submodule update --init --recursive
"external\nuget-binary\NuGet.exe" restore Main.sln
"external\nuget-binary\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=ReleaseWin32 /p:Platform="Any CPU" %*

if NOT [%ERRORLEVEL%] == ["0"] (
	for %%x in (%CMDCMDLINE%) do if /i "%%~x" == "/c" pause
	exit /b %ERRORLEVEL%
)