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