WIX 5 doesn't publish dependent project on build #8156
Unanswered
jurassicjp
asked this question in
Questions
Replies: 1 comment 3 replies
-
Does anyone have an answer or idea how to solve this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a similar problem as this Post I have a WiX 5 Setup Project UserInterfaceSetup.wixproj that is intended to install my WPF-Razor Project on Project file UserInterface.csproj and Publish Settings in FolderProfile.pubxml. Even with the Attribute Publish="true" in the ProjectReference Element of UserInterfaceSetup.wixproj, the UserInterface Project is not published when I build the WiX 5 Setup Project. When I first publish manually the UserInterface Project and then Build the WiX 5 project, then everything runs well. How do I have the UserInterface published automatically when building the WiX 5 Setup UserInterfaceSetup Project?
Content of UserInterface.csproj
Content of FolderProfile.pubxml
Content of UserInterfaceSetup.wixproj
Content of Package.wxs
Any help or support will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions