Add chdir support to win_package (#46123)

* Add chdir support to win_package

* Add chdir support to uninstall too.

* Update docs to account for uninstall.

* Correct variable substitution for hashtable.

* added changelog fragment
This commit is contained in:
Simon Liddicott
2018-10-08 07:28:28 +01:00
committed by Jordan Borean
parent bc6d441cf2
commit f731e68bca
3 changed files with 27 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- win_package - added the ``chdir`` option to specify the working directory used when installing and uninstalling a package.