We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad0eac commit 991aacaCopy full SHA for 991aaca
.travis.yml
@@ -1,7 +1,7 @@
1
language: csharp
2
solution: src/GitVersion.sln
3
sudo: false
4
-before_install:
+before_install: # We need to download nuget.exe due to: https://github.com/travis-ci/travis-ci/issues/5932
5
- mkdir -p .nuget
6
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
7
- mono .nuget/nuget.exe
0 commit comments