diff options
author | Rob Mensching <rob@firegiant.com> | 2019-02-01 14:32:57 -0800 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2019-02-01 14:37:02 -0800 |
commit | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (patch) | |
tree | 45cb15c5cdaaf2547089a4c01d7a144b2943d79e /appveyor.cmd | |
parent | 28779cbbaa5fcba61009d416654345d50a96fa91 (diff) | |
download | wix-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.cmd | 6 |
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 | ||
5 | nuget restore | ||
6 | |||
5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 7 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks |
6 | dotnet build -c Release src\test\WixToolsetTest.WixCop | 8 | dotnet 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 | ||
16 | dotnet pack -c Release src\dotnet-wix | 18 | dotnet pack -c Release src\dotnet-wix |
17 | dotnet pack -c Release src\WixToolset.MSBuild | 19 | dotnet 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 |