diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs b/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs index f9cd2c70..ee93b03a 100644 --- a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs | |||
@@ -205,6 +205,7 @@ namespace WixToolsetTest.CoreIntegration | |||
205 | var result = WixRunner.Execute(new[] | 205 | var result = WixRunner.Execute(new[] |
206 | { | 206 | { |
207 | "build", | 207 | "build", |
208 | "-d", "ProductCode=83f9c623-26fe-42ab-951e-170022117f54", | ||
208 | Path.Combine(folder, "CustomTable", "CustomTable.wxs"), | 209 | Path.Combine(folder, "CustomTable", "CustomTable.wxs"), |
209 | Path.Combine(folder, "ProductWithComponentGroupRef", "MinimalComponentGroup.wxs"), | 210 | Path.Combine(folder, "ProductWithComponentGroupRef", "MinimalComponentGroup.wxs"), |
210 | Path.Combine(folder, "ProductWithComponentGroupRef", "Product.wxs"), | 211 | Path.Combine(folder, "ProductWithComponentGroupRef", "Product.wxs"), |