Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 13, 2022
1 parent 030781b commit be41470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/build/TestPlatform.Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- this version also needs to be "statically" readable because the test fixture will inspect this file for the version
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
<NETTestSdkVersion>17.3.0-dev</NETTestSdkVersion>
<NETTestSdkVersion>17.4.0-dev</NETTestSdkVersion>

<!-- These versions are used for running unit tests, and running acceptance tests. They are also used as the default version for projects
in TestAssets.sln to allow running and debugging tests in that solution directly in VS without having to run them via AcceptanceTests. -->
Expand Down
6 changes: 3 additions & 3 deletions scripts/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ function Verify-Nuget-Packages($packageDirectory, $version)
$expectedNumOfFiles = @{
"Microsoft.CodeCoverage" = 57;
"Microsoft.NET.Test.Sdk" = 27;
"Microsoft.TestPlatform" = 600;
"Microsoft.TestPlatform" = 599;
"Microsoft.TestPlatform.Build" = 21;
"Microsoft.TestPlatform.CLI" = 499;
"Microsoft.TestPlatform.CLI" = 498;
"Microsoft.TestPlatform.Extensions.TrxLogger" = 35;
"Microsoft.TestPlatform.ObjectModel" = 238;
"Microsoft.TestPlatform.AdapterUtilities" = 62;
"Microsoft.TestPlatform.Portable" = 600;
"Microsoft.TestPlatform.Portable" = 598;
"Microsoft.TestPlatform.TestHost" = 208;
"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 @@ -57,7 +57,6 @@
<file src="net451\$Runtime$\tr\Microsoft.CodeCoverage.IO.resources.dll" target="tools\net462\tr\Microsoft.CodeCoverage.IO.dll" />
<file src="net451\$Runtime$\zh-Hans\Microsoft.CodeCoverage.IO.resources.dll" target="tools\net462\zh-Hans\Microsoft.CodeCoverage.IO.dll" />
<file src="net451\$Runtime$\zh-Hant\Microsoft.CodeCoverage.IO.resources.dll" target="tools\net462\zh-Hant\Microsoft.CodeCoverage.IO.dll" />
<file src="net451\$Runtime$\msdia140typelib_clr0200.dll" target="tools\net462\msdia140typelib_clr0200.dll" />
<file src="net462\$Runtime$\Newtonsoft.Json.dll" target="tools\net462\Newtonsoft.Json.dll" />
<file src="net462\$Runtime$\System.Collections.Immutable.dll" target="tools\net462\System.Collections.Immutable.dll" />
<file src="net462\$Runtime$\System.Reflection.Metadata.dll" target="tools\net462\System.Reflection.Metadata.dll" />
Expand Down
1 change: 0 additions & 1 deletion src/package/nuspec/Microsoft.TestPlatform.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<file src="net451\$Runtime$\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target="tools\net462\Common7\IDE\Extensions\TestPlatform\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" />
<file src="net451\$Runtime$\Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.sxs.manifest" target="tools\net462\Common7\IDE\Extensions\TestPlatform\Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.sxs.manifest" />
<file src="net451\$Runtime$\Microsoft.VisualStudio.TestTools.UITest.Playback.Engine.sxs.manifest" target="tools\net462\Common7\IDE\Extensions\TestPlatform\Microsoft.VisualStudio.TestTools.UITest.Playback.Engine.sxs.manifest" />
<file src="net451\$Runtime$\msdia140typelib_clr0200.dll" target="tools\net462\Common7\IDE\Extensions\TestPlatform\msdia140typelib_clr0200.dll" />
<file src="net462\$Runtime$\Newtonsoft.Json.dll" target="tools\net462\Common7\IDE\Extensions\TestPlatform\Newtonsoft.Json.dll" />
<file src="net451\$Runtime$\QTAgent.exe" target="tools\net462\Common7\IDE\Extensions\TestPlatform\QTAgent.exe" />
<file src="net451\$Runtime$\QTAgent.exe.Config" target="tools\net462\Common7\IDE\Extensions\TestPlatform\QTAgent.exe.Config" />
Expand Down

0 comments on commit be41470

Please sign in to comment.