diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-19 16:08:21 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-19 18:35:15 -0500 |
commit | 96ce05107d0e01014a3264e91ecb5731a9f28cc5 (patch) | |
tree | 29c1128c0b9b0db476cedc1d446c2269bfdecf62 /src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs | |
parent | 57fd164d56466a52854e825afd5fdc2b6b97f12a (diff) | |
download | wix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.tar.gz wix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.tar.bz2 wix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.zip |
Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.
Fixes 6651
Diffstat (limited to 'src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs')
-rw-r--r-- | src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs index 30d97f3e..4df52e87 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs | |||
@@ -11,7 +11,7 @@ namespace WixToolsetTest.ManagedHost | |||
11 | 11 | ||
12 | public class TestEngine | 12 | public class TestEngine |
13 | { | 13 | { |
14 | private static readonly string TestEngineFile = TestData.Get(@"..\x86\examples\Example.TestEngine\Example.TestEngine.exe"); | 14 | private static readonly string TestEngineFile = TestData.Get(@"..\x64\examples\Example.TestEngine\Example.TestEngine.exe"); |
15 | 15 | ||
16 | public TestEngineResult RunReloadEngine(string bundleFilePath, string tempFolderPath) | 16 | public TestEngineResult RunReloadEngine(string bundleFilePath, string tempFolderPath) |
17 | { | 17 | { |