Skip to content

Commit a67533c

Browse files
committed
Upload test results to appveyor
1 parent dd98bde commit a67533c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.cake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Task("Run-NUnit-Tests")
104104
"src/GitVersionExe.Tests/bin/" + configuration + "/GitVersionExe.Tests.dll",
105105
"src/GitVersionTask.Tests/bin/" + configuration + "/GitVersionTask.Tests.dll" },
106106
settings);
107+
if (BuildSystem.AppVeyor.IsRunningOnAppVeyor)
108+
{
109+
BuildSystem.AppVeyor.UploadTestResults("TestResult.xml", AppVeyorTestResultsType.NUnit3);
110+
}
107111
});
108112

109113
Task("Zip-Files")

0 commit comments

Comments
 (0)