Microsoft.TeamFoundation.PublishTestResults
16.184.0-preview
This task can be used to Publish test results and upload test attachments on Azure DevOps
The following results formats are supported with this package-
1) JUnit - publish tests from Junit projects
2) NUnit- publish tests from Nunit projects
3) VSTest- publish tests from Visual Studio projects
4) Xunit- publish tests from Xunit projects
Publish Test Results is supported for both TFS and Azure DevOps with attachments
This is a prerelease version of Microsoft.TeamFoundation.PublishTestResults.
Requires NuGet 3.4 or higher.
Install-Package Microsoft.TeamFoundation.PublishTestResults -Version 16.184.0-preview
dotnet add package Microsoft.TeamFoundation.PublishTestResults --version 16.184.0-preview
<PackageReference Include="Microsoft.TeamFoundation.PublishTestResults" Version="16.184.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.TeamFoundation.PublishTestResults --version 16.184.0-preview
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.TeamFoundation.PublishTestResults, 16.184.0-preview"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.TeamFoundation.PublishTestResults as a Cake Addin
#addin nuget:?package=Microsoft.TeamFoundation.PublishTestResults&version=16.184.0-preview&prerelease
// Install Microsoft.TeamFoundation.PublishTestResults as a Cake Tool
#tool nuget:?package=Microsoft.TeamFoundation.PublishTestResults&version=16.184.0-preview&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.2
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.Azure.Storage.Blob (>= 11.2.2)
- Microsoft.Azure.Storage.Common (>= 11.2.2)
- Microsoft.Azure.Storage.DataMovement (>= 1.1.0)
- Microsoft.Azure.Storage.File (>= 11.2.2)
- Microsoft.TeamFoundationServer.Client (= 16.184.0-preview)
- Newtonsoft.Json (>= 12.0.3)
- System.IO.Abstractions (>= 2.1.0.174)
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.Azure.Storage.Blob (>= 11.2.2)
- Microsoft.Azure.Storage.Common (>= 11.2.2)
- Microsoft.Azure.Storage.DataMovement (>= 1.1.0)
- Microsoft.Azure.Storage.File (>= 11.2.2)
- Microsoft.TeamFoundationServer.Client (= 16.184.0-preview)
- Newtonsoft.Json (>= 12.0.3)
- System.IO.Abstractions (>= 2.1.0.174)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.