aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index de718c84..8c0c4a39 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -163,6 +163,8 @@ namespace WixToolset.Core
163 this.Core = null; 163 this.Core = null;
164 } 164 }
165 165
166 target.UpdateLevel(IntermediateLevels.Compiled);
167
166 return this.Messaging.EncounteredError ? null : target; 168 return this.Messaging.EncounteredError ? null : target;
167 } 169 }
168 170