From 864d9ef13f33ded262a593c0c66e2463aef7a38a Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 7 Jun 2020 22:49:35 -0400 Subject: Update to latest tools --- appveyor.cmd | 3 +++ src/wixlib/bal.wixproj | 14 +++++++------- src/wixlib/packages.config | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index d3acaadb..e270866d 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -10,5 +10,8 @@ msbuild -p:Configuration=Release msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj +msbuild -p:Configuration=Release src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj +dotnet test -c Release --no-build src\test\WixToolsetTest.Bal + @popd @endlocal \ No newline at end of file diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index 23b52788..c7c9a5c3 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj @@ -1,8 +1,9 @@ - - + + + {3444D952-F21C-496F-AB6B-56435BFD0787} bal @@ -47,17 +48,16 @@ {41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA} + - - - - + 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/wixlib/packages.config b/src/wixlib/packages.config index 9190b5d0..6e79c4c9 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file -- cgit v1.2.3-55-g6feb From d141190ab6dae5afeecb515e59e82fae1b580e48 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 8 Jun 2020 09:11:35 -0400 Subject: Fix a couple of many warnings. --- src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec | 3 +-- src/wixlib/bal.wixproj | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec index 101a6671..d1633cb0 100644 --- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec +++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.nuspec @@ -5,8 +5,7 @@ $version$ WiX Toolset Team WiX Toolset Team - - https://licenses.nuget.org/MS-RL + MS-RL https://github.com/wixtoolset/Bal.wixext false $description$ diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index c7c9a5c3..45ca7f88 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj @@ -1,9 +1,8 @@ - - + + - {3444D952-F21C-496F-AB6B-56435BFD0787} bal @@ -48,16 +47,17 @@ {41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA} - - + + + + 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