From d5db96881815faa14057b2c173e67e054b55cbc4 Mon Sep 17 00:00:00 2001 From: Andreas Heider Date: Sun, 18 Sep 2016 01:14:16 +0100 Subject: [PATCH 1/3] Do something travis --- nuget.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget.config b/nuget.config index 4a7af2fd9..ca4339619 100644 --- a/nuget.config +++ b/nuget.config @@ -7,4 +7,4 @@ - \ No newline at end of file + From 19172d403efd42cb050569f41276ff72e955f3f2 Mon Sep 17 00:00:00 2001 From: Andreas Heider Date: Sun, 18 Sep 2016 01:18:08 +0100 Subject: [PATCH 2/3] Remove email --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c97e3ac8..dfe1e5d39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,3 @@ branches: only: - master - portable - -# Notify of build changes -notifications: - email: - - emeric.fermas@gmail.com From 36572fa8e0a412734c392e882c77a71972a4d3cb Mon Sep 17 00:00:00 2001 From: Andreas Heider Date: Sun, 18 Sep 2016 02:07:58 +0100 Subject: [PATCH 3/3] Use mono patched nuget --- build.libgit2sharp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh index 6c7424153..9fd00e815 100755 --- a/build.libgit2sharp.sh +++ b/build.libgit2sharp.sh @@ -9,7 +9,7 @@ EXTRADEFINE="$1" # working directory in its library search path, so it works without this value. export LD_LIBRARY_PATH=. -mono Lib/NuGet/NuGet.exe restore +nuget restore xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE" exit $?