File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ function Create-VsixPackage
513513 $testPlatformExternalsVersion = ([xml ](Get-Content $env: TP_ROOT_DIR \scripts\build\TestPlatform.Dependencies.props)).Project.PropertyGroup.TestPlatformExternalsVersion
514514
515515 # Copy legacy dependencies
516- $legacyDir = Join-Path $env: TP_PACKAGES_DIR " Microsoft.Internal.TestPlatform.Extensions\$testPlatformExternalsVersion \contentFiles\any\any"
516+ $legacyDir = Join-Path $env: TP_PACKAGES_DIR " Microsoft.Internal.TestPlatform.Extensions\$testPlatformExternalsVersion -patched \contentFiles\any\any"
517517 Copy-Item - Recurse $legacyDir \* $packageDir - Force
518518
519519 # Copy Microsoft.VisualStudio.ArchitectureTools.PEReader to Extensions
Original file line number Diff line number Diff line change 5050 <PrivateAssets >All</PrivateAssets >
5151 </PackageReference >
5252 <PackageReference Include =" Microsoft.Internal.TestPlatform.Extensions" >
53- <Version >$(TestPlatformExternalsVersion)</Version >
53+ <Version >$(TestPlatformExternalsVersion)-patched </Version >
5454 <PrivateAssets >All</PrivateAssets >
5555 </PackageReference >
5656 <PackageReference Include =" Microsoft.VisualStudio.QualityTools" >
You can’t perform that action at this time.
0 commit comments