GreatTeacherBasshead

Results 2 issues of GreatTeacherBasshead

I have a PSake script: `#Requires -Modules @{ModuleName='dependent'; RequiredVersion='1.0.0'}` `Task Show {Show-Version}` And 2 modules (2 versions). One depends on another: - dependent 1.0.0: psm1: function Show-Version {Show-VersionBase} psd1: RequiredModules...

Bug
pinned

## Context 1. I want to use a parameter passed via command line to initialize some properties which are used in multiple tasks, instead of initializing them in each task....

question
pinned