Wix Project not running in Appveyor. But working fine in local Visual Studio

This discussion is public.

phystem2's Avatar

phystem2

23 Jun, 2017 11:15 AM

I have my project hosted on Github. The Appveyor CI.

The Solution has three projects. Two VS Projects and one Wix Project.
All the projects are running fine in my local environment. I'm using Visual Studio 2013 on my PC.

When running from Appveyor only two projects are run, the Wix project never runs.

I'm not using much of config.
The generated config yaml

version: 1.0.{build}
configuration: Release
platform: Any CPU
build:
  verbosity: minimal
deploy: off
  1. 1 phystem2's Avatar phystem2 on 23 Jun, 2017 02:29 PM

    My mistake. I accidentally set AnyCpu as Platform.

    The below thread clarified me

    https://stackoverflow.com/questions/19434156/wix-projects-not-compi...

  2. phystem2 closed this discussion on 23 Jun, 2017 02:29 PM.

Comments are currently closed for this discussion. You can start a new one.