< Back

Copy-TestResultToTemp

Sat Jan 11, 2020 8:40 am

NAME Copy-TestResultToTemp



SYNOPSIS

Retrieves test results for SonarQube from the current Azure DevOps build and places them in the

Common Test Results folder ($Agent.TempDirectory)/TestResults





SYNTAX

Copy-TestResultToTemp [<CommonParameters>]





DESCRIPTION

Retrieves the test attachments from a build and places them in appropriate locations

for SonarQube. This method expects the Azure DevOps environment variables to be set

in order to automatically determine the location and build identity. This method calls

Copy-TestResult using the appropriate Azure DevOps environment variables.





PARAMETERS

<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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Copy-TestResultToTemp















RELATED LINKS