-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnupkgs.props
More file actions
15 lines (14 loc) · 777 Bytes
/
nupkgs.props
File metadata and controls
15 lines (14 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<PackageId>GitHub.TestLogger</PackageId>
<Authors>dogguts</Authors>
<Description>GitHub logger extensions for Visual Studio Test Platform.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>dotnet vstest test github logger</PackageTags>
<PackageProjectUrl>https://github.com/dogguts/githubtestlogger</PackageProjectUrl>
<RepositoryUrl>https://github.com/dogguts/githubtestlogger.git</RepositoryUrl>
</PropertyGroup>
</Project>