aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/BuildCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/BuildCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/WixToolset.Core/CommandLine/BuildCommand.cs
index 5097bd9b..7b605da1 100644
--- a/src/WixToolset.Core/CommandLine/BuildCommand.cs
+++ b/src/WixToolset.Core/CommandLine/BuildCommand.cs
@@ -87,7 +87,7 @@ namespace WixToolset.Core.CommandLine
87 return 1; 87 return 1;
88 } 88 }
89 89
90 var wxls = this.LoadLocalizationFiles(); 90 var wxls = this.LoadLocalizationFiles().ToList();
91 91
92 if (this.Messaging.EncounteredError) 92 if (this.Messaging.EncounteredError)
93 { 93 {