PowerShell/tools
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
..
credScan Fix credential scan issues (#4927) 2017-09-27 11:54:22 -07:00
failingTests Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
packaging fix MSI creation errors, and capture wixpdb for later patch creation (#6221) 2018-02-26 15:45:15 -08:00
releaseBuild fix MSI creation errors, and capture wixpdb for later patch creation (#6221) 2018-02-26 15:45:15 -08:00
ResxGen Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
appimage.sh Fix appimage package name to be lower case 'powershell-..' (#5206) 2017-10-23 21:40:39 -07:00
appveyor.psm1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
install-powershell-readme.md Get macOS working and fix misc issue 2017-07-25 17:55:42 -07:00
install-powershell.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
install-powershell.sh Add support for installing powershell on Amazon Linux (#5461) 2017-11-15 09:51:52 -08:00
installpsh-amazonlinux.sh Add support for installing powershell on Amazon Linux (#5461) 2017-11-15 09:51:52 -08:00
installpsh-debian.sh tools: enable install-debian to work with VSTS Hosted Linux Preview (#5659) 2017-12-11 20:46:33 -08:00
installpsh-osx.sh Add support for installing powershell on Amazon Linux (#5461) 2017-11-15 09:51:52 -08:00
installpsh-redhat.sh Add support for installing powershell on Amazon Linux (#5461) 2017-11-15 09:51:52 -08:00
installpsh-suse.sh Fix build/package/installation scripts for SLES (#5918) 2018-01-22 14:58:17 -08:00
metadata.json Merge branch '6.0.1' into master 2018-01-25 16:35:25 -08:00
releaseTools.psm1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Sign-Package.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
travis.ps1 Fix date tests failing in travis CI full builds (#6249) 2018-02-26 15:11:18 -08:00