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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Dahlby <dahlbyk@gmail.com>2012-08-15 06:11:17 +0400
committernulltoken <emeric.fermas@gmail.com>2013-02-02 00:48:43 +0400
commit4afa2894dcd4de9f588f60ac0e9c24cd4b034a40 (patch)
treedd75a8827fba3d18dee855819262bde62a010a8c /build.libgit2sharp.x64.cmd
parent68b291eab4ec6d6d6def54c879329f0081ef6919 (diff)
Add build.libgit2sharp.x64.cmd
Diffstat (limited to 'build.libgit2sharp.x64.cmd')
-rw-r--r--build.libgit2sharp.x64.cmd12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.libgit2sharp.x64.cmd b/build.libgit2sharp.x64.cmd
new file mode 100644
index 00000000..8a4909ae
--- /dev/null
+++ b/build.libgit2sharp.x64.cmd
@@ -0,0 +1,12 @@
+SETLOCAL
+
+SET BASEDIR=%~dp0
+SET FrameworkVersion=v4.0.30319
+SET FrameworkDir=%SystemRoot%\Microsoft.NET\Framework64
+SET CommitSha=%~1
+
+"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%CI-build.msbuild" /property:CommitSha=%CommitSha%
+
+ENDLOCAL
+
+EXIT /B %ERRORLEVEL% \ No newline at end of file