diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-11 01:06:40 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-08-11 01:06:40 -0700 |
| commit | 2a27f9032aa115bc2f88d9be695d9b049db1a894 (patch) | |
| tree | 7882bd4c94da118a6fc655a3c22e1dd0cf3b60e1 /src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | |
| parent | b54516035b4ebbfbd8899b26de501bfa13f53e8b (diff) | |
| download | wix-2a27f9032aa115bc2f88d9be695d9b049db1a894.tar.gz wix-2a27f9032aa115bc2f88d9be695d9b049db1a894.tar.bz2 wix-2a27f9032aa115bc2f88d9be695d9b049db1a894.zip | |
Track files to enable clean builds in MSBuild
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs index 8cb0e0de..3f5b9f05 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | |||
| @@ -465,7 +465,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 465 | command.Output = output; | 465 | command.Output = output; |
| 466 | command.OutputPath = outputPath; | 466 | command.OutputPath = outputPath; |
| 467 | command.TableDefinitions = this.TableDefinitions; | 467 | command.TableDefinitions = this.TableDefinitions; |
| 468 | command.TempFilesLocation = this.TempFilesLocation; | 468 | command.IntermediateFolder = this.TempFilesLocation; |
| 469 | command.SuppressAddingValidationRows = true; | 469 | command.SuppressAddingValidationRows = true; |
| 470 | command.UseSubDirectory = true; | 470 | command.UseSubDirectory = true; |
| 471 | command.Execute(); | 471 | command.Execute(); |
