Make travis use a newer NuGet version. Their version does not detect dependencies on new format.

This commit is contained in:
2018-04-11 09:31:39 +01:00
parent a95beb84eb
commit 40575e309d

View File

@@ -11,4 +11,8 @@ notifications:
template:
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
- "Commit changes: %{commit_subject}"
- "Details on %{build_url}, changes on %{compare_url}"
- "Details on %{build_url}, changes on %{compare_url}"
before_install:
- mkdir -p .nuget
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- mono .nuget/nuget.exe