diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-23 22:52:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:06:43 -0700 |
commit | c8c22de1957f8eeb2c9fc03df12db6af41613ca9 (patch) | |
tree | 9bb7684a5e2e67116a9503df5a5011f71c78396e /appveyor.cmd | |
parent | 70d459c39d1716b2d26ffcbd2c4037d646b9ec37 (diff) | |
download | wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.tar.gz wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.tar.bz2 wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.zip |
Fix versioning of thmviewer and include MSI package in build
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index ec97f0b6..a41f8c19 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -18,8 +18,7 @@ dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreap | |||
18 | dotnet pack -c Release src\dotnet-wix | 18 | dotnet pack -c Release src\dotnet-wix |
19 | dotnet pack -c Release src\WixToolset.MSBuild | 19 | dotnet pack -c Release src\WixToolset.MSBuild |
20 | 20 | ||
21 | @rem Enable this build when WixToolset.Core is fixed to build the setup code correctly. | 21 | msbuild -p:Configuration=Release .\src\ThmViewerPackage\ThmViewerPackage.wixproj |
22 | @rem msbuild -p:Configuration=Release .\src\ThmViewerPackage\ThmViewerPackage.wixproj | ||
23 | 22 | ||
24 | @popd | 23 | @popd |
25 | @endlocal | 24 | @endlocal |