diff --git a/eng/verify-nupkgs.ps1 b/eng/verify-nupkgs.ps1 index 8b922cde5f..f1595e100f 100644 --- a/eng/verify-nupkgs.ps1 +++ b/eng/verify-nupkgs.ps1 @@ -18,7 +18,7 @@ function Verify-Nuget-Packages { Write-Host "Starting Verify-Nuget-Packages." $expectedNumOfFiles = @{ "Microsoft.CodeCoverage" = 59; - "Microsoft.NET.Test.Sdk" = 15; + "Microsoft.NET.Test.Sdk" = 25; "Microsoft.TestPlatform" = 619; "Microsoft.TestPlatform.Build" = 20; "Microsoft.TestPlatform.CLI" = 481; diff --git a/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.csproj b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.csproj index 1764ba0ef3..6c3cb6a586 100644 --- a/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.csproj +++ b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.csproj @@ -29,6 +29,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest diff --git a/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.nuspec b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.nuspec index 54e0694f48..13812afbd9 100644 --- a/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.nuspec +++ b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.nuspec @@ -8,10 +8,15 @@ + + + + + @@ -21,11 +26,27 @@ - + + + + + + + + + + + + + + + + + diff --git a/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.targets b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.targets new file mode 100644 index 0000000000..d2d47da66e --- /dev/null +++ b/src/package/Microsoft.NET.Test.Sdk/Microsoft.NET.Test.Sdk.targets @@ -0,0 +1,6 @@ + + + + +