File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
- linux
8
8
- osx
9
9
before_install : # We need to download nuget.exe due to: https://github.com/travis-ci/travis-ci/issues/5932
10
+ - git fetch --unshallow
10
11
- mkdir -p .nuget
11
12
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
12
13
- mono .nuget/nuget.exe
@@ -15,7 +16,7 @@ install:
15
16
- mono .nuget/nuget.exe install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
16
17
script :
17
18
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
18
- - mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l - console -output buildserver -updateAssemblyInfo
19
+ - mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l console -output buildserver -updateAssemblyInfo
19
20
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
20
21
- mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --where "cat != NoMono" --noresult
21
22
@@ -25,4 +26,4 @@ script:
25
26
#
26
27
# To run a clean build with Mono, executing all tests, do:
27
28
# xbuild ./src/GitVersion.sln /t:Clean /verbosity:quiet && xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:quiet && mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --noresult --where "cat != NoMono" --noresult
28
- #
29
+ #
You can’t perform that action at this time.
0 commit comments