Skip to content

Commit

Permalink
Feature/revise manifest creation script (#3241)
Browse files Browse the repository at this point in the history
* Make script PSv5 compatible again, apply some PS best practices

* this commit removes PowerShell Core only features that were introduced with #2378 to ensure compatibility with PSv5
* adds comment based help
* use consistently cased Cmdlet and variable names
* improves input data related error handling
* adds PS code regions for automatic code folding
* automates the creation of the manifest file at the correct destination path
* corrects the use of Write-Host and Write-Output

Fixes #3061

* Adhere to YAML formatting conventions

* Use cross-platform new line handling

Co-authored-by: Sebastian Neumann <sebastian.neumann@experienceone.com>
  • Loading branch information
megamorf and Sebastian Neumann authored Aug 27, 2020
1 parent bd30140 commit c47cc80
Showing 1 changed file with 185 additions and 186 deletions.
Loading

0 comments on commit c47cc80

Please sign in to comment.