From e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 1 Feb 2019 14:32:57 -0800 Subject: Integrate thmviewer.exe and thmviewer.msi Cannot build MSI until a few fixes are made to WixToolset.Core. Will enable this later. --- appveyor.cmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd index d18c8df8..ec97f0b6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -2,6 +2,8 @@ @pushd %~dp0 @set _P=%~dp0build\Release\publish +nuget restore + dotnet build -c Release src\test\WixToolsetTest.BuildTasks dotnet build -c Release src\test\WixToolsetTest.WixCop @@ -15,7 +17,9 @@ dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreap dotnet pack -c Release src\dotnet-wix dotnet pack -c Release src\WixToolset.MSBuild -@rem dotnet pack -c Release src\WixToolset.Core.InternalPackage + +@rem Enable this build when WixToolset.Core is fixed to build the setup code correctly. +@rem msbuild -p:Configuration=Release .\src\ThmViewerPackage\ThmViewerPackage.wixproj @popd @endlocal -- cgit v1.2.3-55-g6feb