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

runBuild.cmd - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 798f5f03456a9e0dd14260a6dd8f2816fec4a5a6 (plain)
1
2
3
4
5
6
set FrameworkVersion=v4.0.30319
set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework

"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" CI-build.msbuild

exit /B %ERRORLEVEL%