diff --git a/scripts/verify-nupkgs.ps1 b/scripts/verify-nupkgs.ps1 index cb811640cd..5a4ce8231a 100644 --- a/scripts/verify-nupkgs.ps1 +++ b/scripts/verify-nupkgs.ps1 @@ -12,9 +12,9 @@ function Verify-Nuget-Packages($packageDirectory, $version) { Write-Log "Starting Verify-Nuget-Packages." $expectedNumOfFiles = @{ - "Microsoft.CodeCoverage" = 53; + "Microsoft.CodeCoverage" = 57; "Microsoft.NET.Test.Sdk" = 27; - "Microsoft.TestPlatform" = 612; + "Microsoft.TestPlatform" = 616; "Microsoft.TestPlatform.Build" = 21; "Microsoft.TestPlatform.CLI" = 425; "Microsoft.TestPlatform.Extensions.TrxLogger" = 35; diff --git a/scripts/verify-sign.ps1 b/scripts/verify-sign.ps1 index d7c2128555..83af8473be 100644 --- a/scripts/verify-sign.ps1 +++ b/scripts/verify-sign.ps1 @@ -35,7 +35,7 @@ $TPB_AssembliesPattern = @( "*test*.dll", "*qualitytools*.dll", "*test*.exe", "*datacollector*.dll", "*datacollector*.exe", "QTAgent*.exe", "Microsoft.VisualStudio*.dll", "Microsoft.TestPlatform.Build.dll", "Microsoft.DiaSymReader.dll", "Microsoft.IntelliTrace*.dll", "concrt140.dll", "msvcp140.dll", "vccorlib140.dll", "vcruntime140.dll", "codecoveragemessages.dll", - "covrun32.dll", "msdia140.dll", "covrun64.dll", "IntelliTrace.exe", "ProcessSnapshotCleanup.exe", "TDEnvCleanup.exe", + "covrun32.dll", "msdia140.dll", "covrun64.dll", "covrunarm64.dll", "IntelliTrace.exe", "ProcessSnapshotCleanup.exe", "TDEnvCleanup.exe", "CodeCoverage.exe", "Microsoft.ShDocVw.dll", "UIAComwrapper.dll", "Interop.UIAutomationClient.dll", "SettingsMigrator.exe", "Newtonsoft.Json.dll", "DumpMinitool*.exe" ) diff --git a/src/package/nuspec/Microsoft.CodeCoverage.nuspec b/src/package/nuspec/Microsoft.CodeCoverage.nuspec index b8e92d49a5..3fee5ae102 100644 --- a/src/package/nuspec/Microsoft.CodeCoverage.nuspec +++ b/src/package/nuspec/Microsoft.CodeCoverage.nuspec @@ -53,8 +53,13 @@ + + + + + diff --git a/src/package/nuspec/Microsoft.TestPlatform.nuspec b/src/package/nuspec/Microsoft.TestPlatform.nuspec index 28f101da74..f245d97783 100644 --- a/src/package/nuspec/Microsoft.TestPlatform.nuspec +++ b/src/package/nuspec/Microsoft.TestPlatform.nuspec @@ -477,6 +477,10 @@ + + + + @@ -652,5 +656,6 @@ +