Skip to content

Commit

Permalink
Added thirt party notice to nuget packages using third party package (#…
Browse files Browse the repository at this point in the history
…327)

* Added thirt party notice to nuget packages using third party package
  • Loading branch information
Faizan2304 committed Jan 9, 2017
1 parent 27be24d commit 55f75e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TestPlatform.CLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</contentFiles>
</metadata>
<files>
<!-- Add a thirt party notice file -->
<!-- Add a third party notice file -->
<file src="ThirdPartyNotices.txt" target="" />

<file src="netcoreapp1.0\**\*.*" target="contentFiles\any\any\" />
Expand Down
2 changes: 1 addition & 1 deletion src/TestPlatform.TestHost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</dependencies>
</metadata>
<files>
<!-- Add a thirt party notice file -->
<!-- Add a third party notice file -->
<file src="ThirdPartyNotices.txt" target="" />
<file src="_._" target="lib\net45\" />

Expand Down
6 changes: 5 additions & 1 deletion src/TestPlatform.TranslationLayer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
<description>The entry point to Microsoft Test Platform. This is a csharp layer that can drive the test platform confirming to its protocol</description>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<copyright>Copyright © Microsoft Corporation</copyright>
<projectUrl>https://github.com/microsoft/vstest/</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<!-- VS has a dependency on 8.0.3 version of NewtonSoft.Json. -->
<dependency id="Newtonsoft.Json" version="8.0.3"/>
</dependencies>
</metadata>
<files>
<!-- Add a third party notice file -->
<file src="ThirdPartyNotices.txt" target="" />

<file src="net46\$Runtime$\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll" target="lib\net46\" />
<file src="net46\$Runtime$\Microsoft.TestPlatform.CommunicationUtilities.dll" target="lib\net46\" />
<file src="net46\$Runtime$\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\net46\" />
Expand Down
6 changes: 5 additions & 1 deletion src/TestPlatform.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<description>The cross platform Microsoft Test Platform.</description>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<copyright>Copyright © Microsoft Corporation</copyright>
<projectUrl>https://github.com/microsoft/vstest/</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
</metadata>
<files>
<!-- Add a third party notice file -->
<file src="ThirdPartyNotices.txt" target="" />

<file src="net46\$Runtime$\**\*.*" target="tools\net46\" />
<file src="netcoreapp1.0\**\*.*" target="tools\netcoreapp1.0\" />
<file src="netcoreapp1.0\**\*.*" target="lib\netcoreapp1.0\" />
Expand Down

0 comments on commit 55f75e9

Please sign in to comment.