-
Based on these Dockerfiles
And this documentation : https://github.com/wixtoolset/wix
How to install in command line this workloads ?
Could you help me to create a Dockerfile that generate a SDK Image With Wix 4 in order to execute msbuild on a wix project sucessfully ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm not sure why you would need any of this. WiX v4 is dotnet sdk / nuget based and will automatically restore the dependencies as part of your build. Just having the base docker image should be enough. |
Beta Was this translation helpful? Give feedback.
I'm not sure why you would need any of this. WiX v4 is dotnet sdk / nuget based and will automatically restore the dependencies as part of your build. Just having the base docker image should be enough.