From 1a41c836f21f217c82979b06c721a0cd7f6e2734 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 19 Jul 2018 00:48:51 -0700 Subject: Minimize duplicate localization processing --- src/WixToolset.Core/CommandLine/BuildCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs') 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 return 1; } - var wxls = this.LoadLocalizationFiles(); + var wxls = this.LoadLocalizationFiles().ToList(); if (this.Messaging.EncounteredError) { -- cgit v1.2.3-55-g6feb