diff --git a/scripts/Build.ps1 b/scripts/Build.ps1 index d13b886fcd..232642828b 100644 --- a/scripts/Build.ps1 +++ b/scripts/Build.ps1 @@ -240,10 +240,6 @@ function Create-NugetPackages { Copy-Item -Path "$($env:TF_PACKAGES_DIR)\microsoft.testplatform.adapterutilities\$TestPlatformVersion\lib" -Destination "$($stagingDir)\Microsoft.TestPlatform.AdapterUtilities" -Recurse -Force - # Copy over LICENSE file to staging directory - $licenseFilePath = Join-Path $env:TF_ROOT_DIR "LICENSE" - Copy-Item $licenseFilePath $stagingDir -Force - # Call nuget pack on these components. $nugetExe = Locate-Nuget diff --git a/src/Package/MSTest.Internal.TestFx.Documentation.nuspec b/src/Package/MSTest.Internal.TestFx.Documentation.nuspec index 59a08d4000..e9d521e80d 100644 --- a/src/Package/MSTest.Internal.TestFx.Documentation.nuspec +++ b/src/Package/MSTest.Internal.TestFx.Documentation.nuspec @@ -10,7 +10,8 @@ This is a private nuget package that contains the xml documentation files for MSTest V2 Framework. This is a private nuget package that contains the xml documentation files for MSTest V2 Framework. https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -24,10 +25,6 @@ - - - - diff --git a/src/Package/MSTest.TestAdapter.Enu.nuspec b/src/Package/MSTest.TestAdapter.Enu.nuspec index cc64ab524b..b05e80aedc 100644 --- a/src/Package/MSTest.TestAdapter.Enu.nuspec +++ b/src/Package/MSTest.TestAdapter.Enu.nuspec @@ -17,7 +17,8 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -78,10 +79,6 @@ - - - - diff --git a/src/Package/MSTest.TestAdapter.nuspec b/src/Package/MSTest.TestAdapter.nuspec index 32a8343294..61c6b21fc4 100644 --- a/src/Package/MSTest.TestAdapter.nuspec +++ b/src/Package/MSTest.TestAdapter.nuspec @@ -17,7 +17,8 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -83,10 +84,6 @@ - - - - diff --git a/src/Package/MSTest.TestAdapter.symbols.nuspec b/src/Package/MSTest.TestAdapter.symbols.nuspec index 74f530be1b..76697185c8 100644 --- a/src/Package/MSTest.TestAdapter.symbols.nuspec +++ b/src/Package/MSTest.TestAdapter.symbols.nuspec @@ -17,7 +17,8 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -103,10 +104,6 @@ - - - - diff --git a/src/Package/MSTest.TestFramework.enu.nuspec b/src/Package/MSTest.TestFramework.enu.nuspec index f56c37ba44..de36aaf02e 100644 --- a/src/Package/MSTest.TestFramework.enu.nuspec +++ b/src/Package/MSTest.TestFramework.enu.nuspec @@ -20,7 +20,8 @@ To discover and execute tests install MSTest.TestAdapter. https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -64,10 +65,6 @@ - - - - diff --git a/src/Package/MSTest.TestFramework.nuspec b/src/Package/MSTest.TestFramework.nuspec index 8ff89f0a28..e18d299ff0 100644 --- a/src/Package/MSTest.TestFramework.nuspec +++ b/src/Package/MSTest.TestFramework.nuspec @@ -20,7 +20,8 @@ To discover and execute tests install MSTest.TestAdapter. https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -72,10 +73,6 @@ - - - - diff --git a/src/Package/MSTest.TestFramework.symbols.nuspec b/src/Package/MSTest.TestFramework.symbols.nuspec index f06c5f98df..ab9df30e31 100644 --- a/src/Package/MSTest.TestFramework.symbols.nuspec +++ b/src/Package/MSTest.TestFramework.symbols.nuspec @@ -19,7 +19,8 @@ To discover and execute tests install MSTest.TestAdapter. https://github.com/microsoft/testfx - LICENSE + MIT + https://licenses.nuget.org/MIT http://go.microsoft.com/fwlink/?LinkID=288859 Icon.png © Microsoft Corporation. All rights reserved. @@ -82,10 +83,6 @@ - - - -