Skip to content

Instantly share code, notes, and snippets.

@bergmeister
Last active May 31, 2018 19:28
Show Gist options
  • Save bergmeister/efb7b00d168cb4e2041f75c33c3a4ba5 to your computer and use it in GitHub Desktop.
Save bergmeister/efb7b00d168cb4e2041f75c33c3a4ba5 to your computer and use it in GitHub Desktop.
Build Windows Installer of PowerShell Core
ipmo .\build.psm1
Start-PSBootStrap # Check basic pre-requisites and that WiX is installed from here: https://github.com/wixtoolset/wix3/releases
Start-PSBuild -Clean -CrossGen -PSModuleRestore -Runtime win7-x64 -Configuration Release
ipmo .\tools\packaging\packaging.psd1
Start-PSPackage -Type msi -SkipReleaseChecks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment