PoshCode / ModuleBuilder

A PowerShell Module to help scripters write, version, sign, package, and publish.
MIT License
445 stars 54 forks source link

Change CopyDirectories to CopyPaths and #91

Closed Jaykul closed 4 years ago

Jaykul commented 4 years ago

We'll keep an alias for the old name, but this parameter works for single files or wildcard paths too.

While I'm making tiny edits, a few others:

  1. Stop warning about how PS5 will warn about Build. If people don't know PS6 and PS7 have additional verbs, there's no point continuing to educate now.
  2. Complete the progress display after the build finishes. Using Build-Module in scripts that build and also test, etc., we don't want the progress to stay visible the whole time.
  3. Remove some unused code

+semver:fix