From bab15ef7ce87b7ea6c02f16fdda268858c564048 Mon Sep 17 00:00:00 2001 From: Andre Correia Date: Wed, 24 Feb 2021 10:56:07 +0000 Subject: [PATCH] WIP: Remove .txt extension from LICENSE file (#781) * Remove .txt extension from LICENSE file Co-authored-by: Medeni Baykal <433724+Haplois@users.noreply.github.com> --- LICENSE.txt => LICENSE | 0 scripts/Build.ps1 | 4 ++-- src/Package/MSTest.Internal.TestFx.Documentation.nuspec | 7 ++++--- src/Package/MSTest.TestAdapter.Dotnet.nuspec | 7 ++++--- src/Package/MSTest.TestAdapter.Enu.nuspec | 7 ++++--- src/Package/MSTest.TestAdapter.nuspec | 7 ++++--- src/Package/MSTest.TestAdapter.symbols.nuspec | 7 ++++--- src/Package/MSTest.TestFramework.enu.nuspec | 7 ++++--- src/Package/MSTest.TestFramework.nuspec | 7 ++++--- src/Package/MSTest.TestFramework.symbols.nuspec | 7 ++++--- 10 files changed, 34 insertions(+), 26 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/scripts/Build.ps1 b/scripts/Build.ps1 index 361621da80..0c499937d3 100644 --- a/scripts/Build.ps1 +++ b/scripts/Build.ps1 @@ -259,8 +259,8 @@ function Create-NugetPackages { Copy-Item $tfSrcPackageDir\$file $stagingDir -Force } - # Copy over LICENSE.txt file to staging directory - $licenseFilePath = Join-Path $env:TF_ROOT_DIR "LICENSE.txt" + # 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. diff --git a/src/Package/MSTest.Internal.TestFx.Documentation.nuspec b/src/Package/MSTest.Internal.TestFx.Documentation.nuspec index ae836acc0e..7e88ac0e99 100644 --- a/src/Package/MSTest.Internal.TestFx.Documentation.nuspec +++ b/src/Package/MSTest.Internal.TestFx.Documentation.nuspec @@ -10,7 +10,7 @@ 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.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework MSTestV2 @@ -22,7 +22,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestAdapter.Dotnet.nuspec b/src/Package/MSTest.TestAdapter.Dotnet.nuspec index 5754ebc06d..d33731c5df 100644 --- a/src/Package/MSTest.TestAdapter.Dotnet.nuspec +++ b/src/Package/MSTest.TestAdapter.Dotnet.nuspec @@ -9,7 +9,7 @@ true A nuget package targeting running MSTest tests on Dotnet vnext projects. https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. @@ -25,7 +25,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestAdapter.Enu.nuspec b/src/Package/MSTest.TestAdapter.Enu.nuspec index f8c43377ed..9295e19211 100644 --- a/src/Package/MSTest.TestAdapter.Enu.nuspec +++ b/src/Package/MSTest.TestAdapter.Enu.nuspec @@ -16,7 +16,7 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft @@ -56,7 +56,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestAdapter.nuspec b/src/Package/MSTest.TestAdapter.nuspec index 6060085dd2..17656fa26e 100644 --- a/src/Package/MSTest.TestAdapter.nuspec +++ b/src/Package/MSTest.TestAdapter.nuspec @@ -16,7 +16,7 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft @@ -99,7 +99,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestAdapter.symbols.nuspec b/src/Package/MSTest.TestAdapter.symbols.nuspec index 35964a62bf..df91647c7f 100644 --- a/src/Package/MSTest.TestAdapter.symbols.nuspec +++ b/src/Package/MSTest.TestAdapter.symbols.nuspec @@ -16,7 +16,7 @@ - ASP.NET Core 1.0+ (Visual Studio 2017) https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft @@ -104,7 +104,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestFramework.enu.nuspec b/src/Package/MSTest.TestFramework.enu.nuspec index 3b4bcef938..91e175d7ca 100644 --- a/src/Package/MSTest.TestFramework.enu.nuspec +++ b/src/Package/MSTest.TestFramework.enu.nuspec @@ -21,7 +21,7 @@ To discover and execute tests for project.json based projects install dotnet-test-mstest. https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework @@ -61,7 +61,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestFramework.nuspec b/src/Package/MSTest.TestFramework.nuspec index 46ae9d569e..bb29c42f5f 100644 --- a/src/Package/MSTest.TestFramework.nuspec +++ b/src/Package/MSTest.TestFramework.nuspec @@ -21,7 +21,7 @@ To discover and execute tests for project.json based projects install dotnet-test-mstest. https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework @@ -145,7 +145,8 @@ - - + + + \ No newline at end of file diff --git a/src/Package/MSTest.TestFramework.symbols.nuspec b/src/Package/MSTest.TestFramework.symbols.nuspec index 0a21e2783c..11166e7c73 100644 --- a/src/Package/MSTest.TestFramework.symbols.nuspec +++ b/src/Package/MSTest.TestFramework.symbols.nuspec @@ -20,7 +20,7 @@ To discover and execute tests for project.json based projects install dotnet-test-mstest. https://github.com/microsoft/testfx - LICENSE.txt + LICENSE http://go.microsoft.com/fwlink/?LinkID=288859 © Microsoft Corporation. All rights reserved. MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework @@ -59,7 +59,8 @@ - - + + + \ No newline at end of file