Question:
I have a Wix 3 project, i have updated the Wix version from 3 to Wix 4 using Heatwave extension in VS in my local PC, my problem is that I don’t have VS in my Build server, so when i try to build the the updated wix project it not working.
I have manually copied the NuGet packages also is the same location, even then build is failing, my guess is that is happening because those packages are not recognized
what should i do here
What are you trying to achieve:
WIX project Update
Additional information:
when tring to build in my local pc where heatwave extension is used to update it is working fine, even if I uninstall heatwave extension also build is happening, but when i clone the same repository into another pc where there in no heatwave extension and trying to build it is failing, even if i place the NuGet packages there manually also it is still failing. what are the changes that Heatwave did in my local pc when it is updating so that i can do the same in my build server