File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ install:
27
27
- mono .nuget/nuget.exe restore src/GitVersion.sln -Verbosity detailed
28
28
- mono .nuget/nuget.exe install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
29
29
script :
30
- - xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
30
+ - xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:normal
31
31
- git status
32
32
- git show-ref HEAD --head
33
33
- git show HEAD -s
34
34
- cat .git/HEAD
35
35
- cat .git/FETCH_HEAD
36
36
- mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l console -output buildserver -updateAssemblyInfo
37
- - xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
37
+ - xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:normal
38
38
- 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
39
39
40
40
#
You can’t perform that action at this time.
0 commit comments