< Back
Add-TestResultToAppveyor
Post
NAME Add-TestResultToAppveyor
SYNOPSIS
Upload test results to AppVeyor
SYNTAX
Add-TestResultToAppveyor [-APPVEYOR_JOB_ID <String>] [-ResultType <Object>] [-TestFile] <String[]>
[<CommonParameters>]
DESCRIPTION
Upload test results to AppVeyor
PARAMETERS
-APPVEYOR_JOB_ID <String>
Appveyor Job ID
Required? false
Position? named
Default value $Env:APPVEYOR_JOB_ID
Accept pipeline input? false
Accept wildcard characters? false
-ResultType <Object>
Required? false
Position? named
Default value nunit
Accept pipeline input? false
Accept wildcard characters? false
-TestFile <String[]>
List of files to be uploaded
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Void
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Add-TestResultToAppVeyor -TestFile C:\\testresults.xml
RELATED LINKS
https://github.com/RamblingCookieMonster/BuildHelpers
about_BuildHelpers
SYNOPSIS
Upload test results to AppVeyor
SYNTAX
Add-TestResultToAppveyor [-APPVEYOR_JOB_ID <String>] [-ResultType <Object>] [-TestFile] <String[]>
[<CommonParameters>]
DESCRIPTION
Upload test results to AppVeyor
PARAMETERS
-APPVEYOR_JOB_ID <String>
Appveyor Job ID
Required? false
Position? named
Default value $Env:APPVEYOR_JOB_ID
Accept pipeline input? false
Accept wildcard characters? false
-ResultType <Object>
Required? false
Position? named
Default value nunit
Accept pipeline input? false
Accept wildcard characters? false
-TestFile <String[]>
List of files to be uploaded
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Void
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Add-TestResultToAppVeyor -TestFile C:\\testresults.xml
RELATED LINKS
https://github.com/RamblingCookieMonster/BuildHelpers
about_BuildHelpers