Wix Project not running in Appveyor. But working fine in local Visual Studio
This discussion is public.
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
Comments are currently closed for this discussion. You can start a new one.
1
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...
phystem2 closed this discussion on 23 Jun, 2017 02:29 PM.