8000 Make build Windows command line launcher independent from the current… · MicrosoftWebMatrix/libgit2sharp@4acb95c · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4acb95c

Browse files
committed
Make build Windows command line launcher independent from the current working directory
1 parent 2190049 commit 4acb95c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.libgit2sharp.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
SET BASEDIR=%~dp0
12
set FrameworkVersion=v4.0.30319
23
set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework
34

4-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" CI-build.msbuild
5+
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%CI-build.msbuild"
56

67
exit /B %ERRORLEVEL%

0 commit comments

Comments
 (0)
0