diff options
-rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.targets | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index e2a02644..752c7490 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets | |||
@@ -663,7 +663,8 @@ | |||
663 | 663 | ||
664 | RunAsSeparateProcess="$(RunWixToolsOutOfProc)" | 664 | RunAsSeparateProcess="$(RunWixToolsOutOfProc)" |
665 | ToolExe="$(WixToolExe)" | 665 | ToolExe="$(WixToolExe)" |
666 | ToolPath="$(WixToolDir)"> | 666 | ToolPath="$(WixToolDir)" |
667 | YieldDuringToolExecution="true"> | ||
667 | <Output TaskParameter="ExitCode" PropertyName="_WixBuildExitCode" /> | 668 | <Output TaskParameter="ExitCode" PropertyName="_WixBuildExitCode" /> |
668 | </WixBuild> | 669 | </WixBuild> |
669 | 670 | ||
@@ -691,7 +692,8 @@ | |||
691 | SuppressSpecificWarnings="$(SuppressSpecificWarnings)" | 692 | SuppressSpecificWarnings="$(SuppressSpecificWarnings)" |
692 | TreatWarningsAsErrors="$(TreatWarningsAsErrors)" | 693 | TreatWarningsAsErrors="$(TreatWarningsAsErrors)" |
693 | TreatSpecificWarningsAsErrors="$(TreatSpecificWarningsAsErrors)" | 694 | TreatSpecificWarningsAsErrors="$(TreatSpecificWarningsAsErrors)" |
694 | VerboseOutput="$(VerboseOutput)" /> | 695 | VerboseOutput="$(VerboseOutput)" |
696 | YieldDuringToolExecution="true" /> | ||
695 | </Target> | 697 | </Target> |
696 | 698 | ||
697 | <!-- | 699 | <!-- |