diff options
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 |