aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-02-01 14:32:57 -0800
committerRob Mensching <rob@robmensching.com>2019-02-01 14:37:02 -0800
commite8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (patch)
tree45cb15c5cdaaf2547089a4c01d7a144b2943d79e /appveyor.cmd
parent28779cbbaa5fcba61009d416654345d50a96fa91 (diff)
downloadwix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.gz
wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.bz2
wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.zip
Integrate thmviewer.exe and thmviewer.msi
Cannot build MSI until a few fixes are made to WixToolset.Core. Will enable this later.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd6
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index d18c8df8..ec97f0b6 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,6 +2,8 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _P=%~dp0build\Release\publish 3@set _P=%~dp0build\Release\publish
4 4
5nuget restore
6
5dotnet build -c Release src\test\WixToolsetTest.BuildTasks 7dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6dotnet build -c Release src\test\WixToolsetTest.WixCop 8dotnet build -c Release src\test\WixToolsetTest.WixCop
7 9
@@ -15,7 +17,9 @@ dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreap
15 17
16dotnet pack -c Release src\dotnet-wix 18dotnet pack -c Release src\dotnet-wix
17dotnet pack -c Release src\WixToolset.MSBuild 19dotnet pack -c Release src\WixToolset.MSBuild
18@rem dotnet pack -c Release src\WixToolset.Core.InternalPackage 20
21@rem Enable this build when WixToolset.Core is fixed to build the setup code correctly.
22@rem msbuild -p:Configuration=Release .\src\ThmViewerPackage\ThmViewerPackage.wixproj
19 23
20@popd 24@popd
21@endlocal 25@endlocal