From e730511f6d872537bfb57cc9123ef5a10dedc720 Mon Sep 17 00:00:00 2001 From: Mayank Bansal Date: Wed, 8 Nov 2017 17:50:29 +0530 Subject: [PATCH 1/2] updating codecoverage analysis dll's in external package --- .../Microsoft.TestPlatform.E2ETest.csproj | 2 +- scripts/build.ps1 | 2 +- src/package/external/external.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj index f014170a5e..dc4788b9c9 100644 --- a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj +++ b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj @@ -22,7 +22,7 @@ - 15.5.0-preview-1055876 + 15.6.0-preview-1121665 All diff --git a/scripts/build.ps1 b/scripts/build.ps1 index bcc8a42ea7..76e9d9b7e2 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -411,7 +411,7 @@ function Create-VsixPackage $legacyTestImpactComComponentsDir = Join-Path $extensionsPackageDir "V1\TestImpact" # Copy legacy dependencies - $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\15.5.0-preview-1086294\contentFiles\any\any" + $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\15.6.0-preview-1121665\contentFiles\any\any" Copy-Item -Recurse $legacyDir\* $packageDir -Force # Copy QtAgent Related depedencies diff --git a/src/package/external/external.csproj b/src/package/external/external.csproj index 8898ec5c1e..65c529d370 100644 --- a/src/package/external/external.csproj +++ b/src/package/external/external.csproj @@ -46,7 +46,7 @@ All - 15.5.0-preview-1086294 + 15.6.0-preview-1121665 All From e3815998009cc5cb940fa587d067f3e1455d144b Mon Sep 17 00:00:00 2001 From: Mayank Bansal Date: Wed, 8 Nov 2017 18:20:02 +0530 Subject: [PATCH 2/2] update correct external's package from branch MSTEST rel/15.5 --- .../Microsoft.TestPlatform.E2ETest.csproj | 2 +- scripts/build.ps1 | 2 +- src/package/external/external.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj index dc4788b9c9..00cffef5f2 100644 --- a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj +++ b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj @@ -22,7 +22,7 @@ - 15.6.0-preview-1121665 + 15.6.0-preview-1121756 All diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 76e9d9b7e2..d1fcfd58e6 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -411,7 +411,7 @@ function Create-VsixPackage $legacyTestImpactComComponentsDir = Join-Path $extensionsPackageDir "V1\TestImpact" # Copy legacy dependencies - $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\15.6.0-preview-1121665\contentFiles\any\any" + $legacyDir = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.TestPlatform.Extensions\15.6.0-preview-1121756\contentFiles\any\any" Copy-Item -Recurse $legacyDir\* $packageDir -Force # Copy QtAgent Related depedencies diff --git a/src/package/external/external.csproj b/src/package/external/external.csproj index 65c529d370..e6e1ec80c7 100644 --- a/src/package/external/external.csproj +++ b/src/package/external/external.csproj @@ -46,7 +46,7 @@ All - 15.6.0-preview-1121665 + 15.6.0-preview-1121756 All