Replies: 2 comments
-
I can also reproduce this using the official 5.0.2 build and .NET 6.0.428 SDK. I guess the question I should maybe ask is, is using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Figured it out. I had a |
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 built WiX from source, created a new SDK based .wixproj and try to build it using
dotnet build product.wixproj
, but run into the error belowMy package only has one entry for the ProductCode. I get the same error when using autogen
*
GUIDsIf directly run
wix.exe
from the published artifacts and just point it to my .wxs file, it builds just fine.From the binlog I can see that
CoreCompile
invokesWixBuild
using the following commandlineRegarding the 5.0.21 version, I modified the version in my local build and set up a local cache to make sure everything comes from the local build. I'm actually branched off the 5.0.2 tag
I am running on .NET 9 in case that might be an issue.
Beta Was this translation helpful? Give feedback.
All reactions