We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c711f commit 2bd45c1Copy full SHA for 2bd45c1
.travis.yml
@@ -6,7 +6,7 @@ addons:
6
before_install:
7
- nuget
8
install:
9
- - nuget restore src/GitVersion.sln -SolutionDirectory src -Verbosity detailed
+ - nuget restore src/GitVersion.sln -Verbosity detailed
10
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
11
script:
12
- xbuild "./src/GitVersion.sln" /property:Configuration="Debug" /verbosity:detailed
0 commit comments