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. --- global.json | 2 +- src/test/WixToolsetTest.Iis/TestData/UsingIis/Package.wxs | 11 +++++------ src/wixext/IIsCompiler.cs | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/global.json b/global.json index 4d9df50b..f94ab6df 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0157" + "WixToolset.Sdk": "4.0.0-build-0162" } } diff --git a/src/test/WixToolsetTest.Iis/TestData/UsingIis/Package.wxs b/src/test/WixToolsetTest.Iis/TestData/UsingIis/Package.wxs index 7ae8f082..5f424167 100644 --- a/src/test/WixToolsetTest.Iis/TestData/UsingIis/Package.wxs +++ b/src/test/WixToolsetTest.Iis/TestData/UsingIis/Package.wxs @@ -1,16 +1,15 @@ - - - - + + + - + - + 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