Summary
Uploads test results XML file to AppVeyor. Results type can be one of the following: mstest, xunit, nunit, nunit3, junit.
- Namespace
- Cake
.Common .Build .AppVeyor - Containing Type
- AppVeyorProvider
Syntax
public void UploadTestResults(FilePath path, AppVeyorTestResultsType resultsType)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The file path of the test results XML to upload. |
resultsType | App |
The results type. Can be mstest, xunit, nunit, nunit3 or junit. |
Return Value
Type | Description |
---|---|
void |