puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 30 forks source link

(GH-1998) Update powershell generation to work with new Rakelib #143

Closed lucywyman closed 4 years ago

lucywyman commented 4 years ago

This update to Bolt moves all Rake tasks to the rakelib directory, which rake automatically loads. This includes moving the rake tasks used to generate the Powershell module from pwsh_module to the new directory where they are automatically loaded by Rake. This updates the command in Bolt's component build to generate the Powershell module to load the task from the new location by not specifying a file to load tasks from.