Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 18, 2022
1 parent 17ef338 commit 7dbd019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions scripts/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ function Verify-Nuget-Packages($packageDirectory, $version)
Write-Log "Starting Verify-Nuget-Packages."
$expectedNumOfFiles = @{
"Microsoft.CodeCoverage" = 57;
"Microsoft.NET.Test.Sdk" = 24;
"Microsoft.NET.Test.Sdk" = 18;
"Microsoft.TestPlatform" = 599;
"Microsoft.TestPlatform.Build" = 21;
"Microsoft.TestPlatform.CLI" = 498;
"Microsoft.TestPlatform.CLI" = 499;
"Microsoft.TestPlatform.Extensions.TrxLogger" = 35;
"Microsoft.TestPlatform.ObjectModel" = 209;
"Microsoft.TestPlatform.ObjectModel" = 180;
"Microsoft.TestPlatform.AdapterUtilities" = 62;
"Microsoft.TestPlatform.Portable" = 598;
"Microsoft.TestPlatform.TestHost" = 208;
"Microsoft.TestPlatform.Portable" = 597;
"Microsoft.TestPlatform.TestHost" = 153;
"Microsoft.TestPlatform.TranslationLayer" = 123;
"Microsoft.TestPlatform.Internal.Uwp" = 86;
}
Expand Down
1 change: 0 additions & 1 deletion src/package/nuspec/Microsoft.TestPlatform.Portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@
<file src="netcoreapp3.1\datacollector.dll.config" target="tools\netcoreapp3.1\datacollector.dll.config" />
<file src="netcoreapp3.1\datacollector.runtimeconfig.json" target="tools\netcoreapp3.1\datacollector.runtimeconfig.json" />
<file src="netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" target="tools\netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" />
<file src="netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll" target="tools\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll" />
<file src="netcoreapp3.1\Microsoft.Extensions.FileSystemGlobbing.dll" target="tools\netcoreapp3.1\Microsoft.Extensions.FileSystemGlobbing.dll" />
<file src="netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll" target="tools\netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll" />
<file src="netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll" target="tools\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll" />
Expand Down

0 comments on commit 7dbd019

Please sign in to comment.