mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make travis use a newer NuGet version. Their version does not detect dependencies on new format.
This commit is contained in:
@@ -12,3 +12,7 @@ notifications:
|
|||||||
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
||||||
- "Commit changes: %{commit_subject}"
|
- "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
|
||||||
|
|||||||
Reference in New Issue
Block a user