diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 1d23cc3b3b..9cabf908ba 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -500,7 +500,7 @@ function Create-VsixPackage $testPlatformExternalsVersion = ([xml](Get-Content $env:TP_ROOT_DIR\scripts\build\TestPlatform.Dependencies.props)).Project.PropertyGroup.TestPlatformExternalsVersion # Copy legacy dependencies - $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\$testPlatformExternalsVersion\contentFiles\any\any" + $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\$testPlatformExternalsVersion-patched\contentFiles\any\any" Copy-Item -Recurse $legacyDir\* $packageDir -Force # Copy Microsoft.VisualStudio.ArchitectureTools.PEReader to Extensions diff --git a/src/package/external/external.csproj b/src/package/external/external.csproj index a9cb55a539..79c02da03a 100644 --- a/src/package/external/external.csproj +++ b/src/package/external/external.csproj @@ -50,7 +50,7 @@ All - $(TestPlatformExternalsVersion) + $(TestPlatformExternalsVersion)-patched All