MSIX + Cake publish

Copper Contributor

Hello,

So im trying to publish my MSIX project inside my WPF application using cake (So it automatically creates the msixbundle).


Unfortunately i have no idea how i can do that so i would really appreciate some tips and a bit of help.

Sincerely

Alex

1 Reply

@Alex-Gipp You can use our command line tools to create the package (https://docs.microsoft.com/en-us/windows/msix/package/manual-packaging-root ) from your cake script as long as you have the Windows SDK for the packaging and signing tools. 

https://github.com/SharpeRAD/Cake.Powershell#usage 

https://stackoverflow.com/questions/47515919/is-it-possible-to-call-powershell-command-from-within-c...