File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ solution: src/GitVersion.sln
3
3
sudo : false
4
4
before_install : # We need to download nuget.exe due to: https://github.com/travis-ci/travis-ci/issues/5932
5
5
- git fetch --unshallow
6
+ - git status
6
7
- git show-ref HEAD --head
7
8
- git show HEAD -s
8
9
- cat .git/HEAD
@@ -15,6 +16,9 @@ install:
15
16
script :
16
17
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
17
18
- git status
19
+ - git show-ref HEAD --head
20
+ - git show HEAD -s
21
+ - cat .git/HEAD
18
22
- mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l console -output buildserver -updateAssemblyInfo
19
23
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
20
24
- 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
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ configuration:
8
8
- Debug
9
9
10
10
build_script :
11
+ - cmd : git status
11
12
- cmd : git show-ref HEAD --head
12
13
- cmd : git show HEAD -s
13
14
- cmd : type .git\HEAD
@@ -16,6 +17,9 @@ build_script:
16
17
17
18
- cmd : msbuild src/GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
18
19
- cmd : git status
20
+ - cmd : git show-ref HEAD --head
21
+ - cmd : git show HEAD -s
22
+ - cmd : type .git\HEAD
19
23
- ps : .\build\NuGetCommandLineBuild\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo
20
24
- cmd : msbuild src/GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
21
25
You can’t perform that action at this time.
0 commit comments