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:
Diffstat (limited to 'build.libgit2sharp.sh')
-rwxr-xr-xbuild.libgit2sharp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh
index a948e0e5..1a97e214 100755
--- a/build.libgit2sharp.sh
+++ b/build.libgit2sharp.sh
@@ -26,6 +26,6 @@ export MONO_OPTIONS=--debug
echo $DYLD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
-xbuild CI-build.msbuild /t:Deploy
+xbuild CI/build.msbuild /t:Deploy
exit $?