aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs2
-rw-r--r--src/internal/WixInternal.TestSupport/MsbuildRunner.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs b/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs
index 69fc7292..ed2384dd 100644
--- a/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs
+++ b/src/internal/WixInternal.MSTestSupport/MsbuildRunner.cs
@@ -8,7 +8,7 @@ namespace WixInternal.MSTestSupport
8 8
9 public class MsbuildRunner : ExternalExecutable 9 public class MsbuildRunner : ExternalExecutable
10 { 10 {
11 private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,18.0)"; 11 private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,19.0)";
12 private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe"; 12 private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe";
13 private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe"; 13 private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe";
14 14
diff --git a/src/internal/WixInternal.TestSupport/MsbuildRunner.cs b/src/internal/WixInternal.TestSupport/MsbuildRunner.cs
index 2cbf5e91..965b22f5 100644
--- a/src/internal/WixInternal.TestSupport/MsbuildRunner.cs
+++ b/src/internal/WixInternal.TestSupport/MsbuildRunner.cs
@@ -8,7 +8,7 @@ namespace WixInternal.TestSupport
8 8
9 public class MsbuildRunner : ExternalExecutable 9 public class MsbuildRunner : ExternalExecutable
10 { 10 {
11 private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,18.0)"; 11 private static readonly string VswhereFindArguments = "-property installationPath -version [17.0,19.0)";
12 private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe"; 12 private static readonly string MsbuildCurrentRelativePath = @"MSBuild\Current\Bin\MSBuild.exe";
13 private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe"; 13 private static readonly string MsbuildCurrentRelativePath64 = @"MSBuild\Current\Bin\amd64\MSBuild.exe";
14 14