From cc4ec6c316ca6c318e1605bc6a6315794830486d Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 19:25:31 +1000 Subject: Update dependencies. Run tests before packing and don't build twice. --- src/be/packages.config | 4 ++-- src/be/utilbe.vcxproj | 10 +++++----- src/ca/XmlFile.cpp | 4 +--- src/ca/packages.config | 4 ++-- src/ca/utilca.vcxproj | 8 ++++---- src/wixext/WixToolset.Util.wixext.csproj | 1 + src/wixlib/packages.config | 2 +- src/wixlib/util.wixproj | 11 +++-------- 8 files changed, 19 insertions(+), 25 deletions(-) (limited to 'src') diff --git a/src/be/packages.config b/src/be/packages.config index af520a6d..e488c85c 100644 --- a/src/be/packages.config +++ b/src/be/packages.config @@ -1,6 +1,6 @@  - + - + \ No newline at end of file diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index 2c447196..2680fe0f 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj @@ -1,9 +1,9 @@ - + - + Debug @@ -18,7 +18,7 @@ {630C1EE7-2517-4A8C-83E3-DA1150308B58} DynamicLibrary utilbe - v141 + v142 Unicode utilbe.def WiX Toolset Util BundleExtension @@ -52,8 +52,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - + \ No newline at end of file diff --git a/src/ca/XmlFile.cpp b/src/ca/XmlFile.cpp index 71c9a390..d7cb227e 100644 --- a/src/ca/XmlFile.cpp +++ b/src/ca/XmlFile.cpp @@ -599,9 +599,7 @@ extern "C" UINT __stdcall ExecXmlFile( } else { - hr = E_NOTIMPL; - ExitTrace(hr, "Error: current MSXML version does not support xpath query."); - ExitFunction(); + ExitOnFailure(hr = E_NOTIMPL, "Error: current MSXML version does not support xpath query."); } } diff --git a/src/ca/packages.config b/src/ca/packages.config index 59e81af5..e3dc0e43 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/ca/utilca.vcxproj b/src/ca/utilca.vcxproj index 38d209b2..695750f5 100644 --- a/src/ca/utilca.vcxproj +++ b/src/ca/utilca.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -112,7 +112,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj index 240fbfb3..736a404b 100644 --- a/src/wixext/WixToolset.Util.wixext.csproj +++ b/src/wixext/WixToolset.Util.wixext.csproj @@ -9,6 +9,7 @@ WiX Toolset Util Extension true build + embedded diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index 3124f615..f37af421 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index 720b184b..be62632b 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj @@ -1,7 +1,7 @@ - - + + {1ACFFEFD-505A-41A5-ACBF-A02B7B473AA2} @@ -78,18 +78,13 @@ - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + -- cgit v1.2.3-55-g6feb