PowerShell/tools/packaging
Travis Plunk 49ec403899
fix MSI creation errors, and capture wixpdb for later patch creation (#6221)
- add `wixpdb` output when creating `MSI` package
- capture `wixpdb` in official build
- clean up anything left behind from previous MSI builds before starting MSI build to prevent using dirty files.
- make sure MSI creation fails if there is an error
- ignore `.wixpdb` files in git
- Add functionality to `Start-NativeExecution` to 
    - only display output if there is an error 
    - log caller information
- WXS validation error fixes
    - Remove unused `ExitDialog` to fix ICE82
    - Add KeyPath to `SetPath` to fix ICE18
    - Use `HKMU` which translates to `HKLM` to runtime to fix various validation errors about creating the shortcut
- Suppress Validation errors
    - suppress ICE61, which is about same version upgrades being allowed
    - suppress ICE57, caused by the shortcut not being installed per user
2018-02-26 15:45:15 -08:00
..
macos/launcher/ROOT/Applications/PowerShell.app/Contents Enable macOS launcher (#5291) 2017-11-06 10:44:20 -08:00
project Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
.gitignore Add ability to package all of powershell core as a NuGet Package (#4363) 2017-08-01 14:35:50 -07:00
packaging.psd1 Add scripts to generate unified Nuget package (#6167) 2018-02-26 15:35:09 -08:00
packaging.psm1 fix MSI creation errors, and capture wixpdb for later patch creation (#6221) 2018-02-26 15:45:15 -08:00
packaging.strings.psd1 Add scripts to generate unified Nuget package (#6167) 2018-02-26 15:35:09 -08:00