From b22a0ec9f5af73ef7e0ebcce3f54e0c5039bcc9d Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Mon, 26 Jun 2017 16:37:54 -0700 Subject: [PATCH] Updating VSIXExpInstaller to 0.4.0-beta --- build/Targets/Packages.props | 2 +- src/Test/Perf/Utilities/VsPerfTest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Targets/Packages.props b/build/Targets/Packages.props index 00b342d5e18..6833448bd72 100644 --- a/build/Targets/Packages.props +++ b/build/Targets/Packages.props @@ -142,7 +142,7 @@ 2.3.0-beta3-61801-06 0.2.4-beta 0.3.0-beta - 0.2.4-beta + 0.4.0-beta 0.1.1 0.0.4 1.0.2-rc diff --git a/src/Test/Perf/Utilities/VsPerfTest.cs b/src/Test/Perf/Utilities/VsPerfTest.cs index 2470d366a75..1868be9f083 100644 --- a/src/Test/Perf/Utilities/VsPerfTest.cs +++ b/src/Test/Perf/Utilities/VsPerfTest.cs @@ -19,7 +19,7 @@ public abstract class VsPerfTest : PerfTest private readonly string[] _scenarios; private static readonly string _nugetPackagesPath = System.Environment.GetEnvironmentVariable("NUGET_PACKAGES") ?? Path.Combine(System.Environment.GetEnvironmentVariable("UserProfile"), ".nuget", "packages"); - private static readonly string _installerPath = Path.Combine(_nugetPackagesPath, "roslyntools.microsoft.vsixexpinstaller", "0.2.4-beta", "tools", "vsixexpinstaller.exe"); + private static readonly string _installerPath = Path.Combine(_nugetPackagesPath, "roslyntools.microsoft.vsixexpinstaller", "0.4.0-beta", "tools", "vsixexpinstaller.exe"); public VsPerfTest( string testTemplateName, -- GitLab