win_chocolatey - honour version when bootstrapping chocolatey and fix package listing (#57208)

* win_chocolatey - honour version when bootstrapping chocolatey

* skip upgrade all step

* Fix install latest step

* Remove test changes now that Chocolatey is released

* tweak the package version detection
This commit is contained in:
Jordan Borean
2019-06-05 09:10:10 +10:00
committed by GitHub
parent b1e6ad9754
commit b5b75daaa5
4 changed files with 99 additions and 47 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- win_chocolatey - Install the specific Chocolatey version if the ``version`` option is set.
- win_chocolatey - Better support detecting multiple packages installed at different versions on newer Chocolatey releases