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/CommandLine | |
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/CommandLine')
-rw-r--r-- | src/WixToolset.Core/CommandLine/BuildCommand.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/WixToolset.Core/CommandLine/BuildCommand.cs index 5c089b5f..b460e48f 100644 --- a/src/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/WixToolset.Core/CommandLine/BuildCommand.cs | |||
@@ -276,8 +276,9 @@ namespace WixToolset.Core.CommandLine | |||
276 | 276 | ||
277 | { | 277 | { |
278 | var layout = new Layout(this.ServiceProvider); | 278 | var layout = new Layout(this.ServiceProvider); |
279 | layout.TrackedFiles = bindResult.TrackedFiles; | ||
279 | layout.FileTransfers = bindResult.FileTransfers; | 280 | layout.FileTransfers = bindResult.FileTransfers; |
280 | layout.ContentFilePaths = bindResult.ContentFilePaths; | 281 | layout.IntermediateFolder = this.IntermediateFolder; |
281 | layout.ContentsFile = this.ContentsFile; | 282 | layout.ContentsFile = this.ContentsFile; |
282 | layout.OutputsFile = this.OutputsFile; | 283 | layout.OutputsFile = this.OutputsFile; |
283 | layout.BuiltOutputsFile = this.BuiltOutputsFile; | 284 | layout.BuiltOutputsFile = this.BuiltOutputsFile; |