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 dd98bde commit a67533cCopy full SHA for a67533c
build.cake
@@ -104,6 +104,10 @@ Task("Run-NUnit-Tests")
104
"src/GitVersionExe.Tests/bin/" + configuration + "/GitVersionExe.Tests.dll",
105
"src/GitVersionTask.Tests/bin/" + configuration + "/GitVersionTask.Tests.dll" },
106
settings);
107
+ if (BuildSystem.AppVeyor.IsRunningOnAppVeyor)
108
+ {
109
+ BuildSystem.AppVeyor.UploadTestResults("TestResult.xml", AppVeyorTestResultsType.NUnit3);
110
+ }
111
});
112
113
Task("Zip-Files")
0 commit comments