forked from microsoft/testfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSTest.TestAdapter.Dotnet.nuspec
28 lines (26 loc) · 1.72 KB
/
MSTest.TestAdapter.Dotnet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package >
<metadata>
<id>MSTest.TestAdapter.Dotnet</id>
<version>1.1.10-rc2</version>
<title>MSTest.TestAdapter.Dotnet</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A nuget package targeting running MSTest tests on Dotnet vnext projects.</description>
<projectUrl>https://github.com/microsoft/testfx</projectUrl>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
</metadata>
<files>
<file src="MSTest.CoreAdapter\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll" target="lib\dotnet\" />
<file src="PlatformServices.Interface\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll" target="lib\dotnet\" />
<file src="PlatformServices.Portable\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll" target="lib\dotnet\" />
<file src="MSTest.CoreAdapter\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll" target="lib\net451\" />
<file src="PlatformServices.Interface\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll" target="lib\net451\" />
<file src="PlatformServices.Desktop\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll" target="lib\net451\" />
<!-- Added the below so source navigation works in dotnet-test scenarios -->
<file src="$packagesroot$\Microsoft.Internal.Dia.Interop.14.0.1\lib\net20\msdia140typelib_clr0200.dll" target="lib\net451\" />
</files>
</package>