From fffaeb96871b6667d73b51fde61d0cd557428f49 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 26 Oct 2020 21:57:26 -0400 Subject: Update test authoring for Package/SummaryInformation change. --- src/wixext/IIsCompiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wixext') diff --git a/src/wixext/IIsCompiler.cs b/src/wixext/IIsCompiler.cs index f6b4c78c..27258094 100644 --- a/src/wixext/IIsCompiler.cs +++ b/src/wixext/IIsCompiler.cs @@ -102,7 +102,7 @@ namespace WixToolset.Iis break; case "Fragment": case "Module": - case "Product": + case "Package": switch (element.Name.LocalName) { case "WebApplication": -- cgit v1.2.3-55-g6feb