8000 Get latest NuGet for Travis build · jeffersonward/libgit2sharp@ff3fca4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff3fca4

Browse files
committed
Get latest NuGet for Travis build
1 parent 324f8dd commit ff3fca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ env:
1717
global:
1818
- MONO_OPTIONS=--debug
1919

20+
install:
21+
- curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
22+
- mono nuget.exe restore LibGit2Sharp.sln
23+
2024
before_install:
2125
- date -u
2226
- uname -a

0 commit comments

Comments
 (0)
0