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 f6fd5bbCopy full SHA for f6fd5bb
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 (AppVeyor.IsRunningOnAppVeyor)
108
+ {
109
+ AppVeyor.UploadTestResults("TestResult.xml", AppVeyorTestResultsType.NUnit3);
110
+ }
111
});
112
113
Task("Zip-Files")
0 commit comments