Replies: 2 comments
-
Did you delete the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes. Nothing conclusive yet... this is mostly a BOLO for multiple project scenarios. I'm thinking most testing was probably done with a single project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I updated heatwave and started playing with switching from preview 1 and I'm seeing some interesting behaviors. I need to do more testing but maybe some of these will make sense just thinking about them.
Before updating heatwave or updating the msbuild reference I built a project expected to see the banner images default back to WiX Red but they didn't. I got the correct images which wasn't supposed to happen until rc1.
On a different machine I installed Heatwave. It seems the wixtoolkit sdk is "sticky". For example
Package Project (preview 1) references Module Project ( rc 1 ) the Package Project has the correct branding.
Package Project (preview 1) references Module Project ( preview 1 ) the Package Project has the incorrect branding.
In both cases it shouldn't have the correct branding if Package Project was building using preview 1. Now the MSBuild log starts to make sense:
It looks like when a solution is built MSBuild can only be told to use one. This could be a problem down the road when trying to go from WiX4 to WiX5. We might need to include the version of WiX in the name like WiXToolset.SDK4 and WiXToolset.SDK5.
Beta Was this translation helpful? Give feedback.
All reactions