We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modules.ps1 file is optional.
It's example content is presented below:
Write-Output @{ 'psmake.mod.testing' = '1.0.0.0'; }
It is basically a hashtable with packageId=packageVersion pairs describing modules that can be later used in executed steps.
This file can be edited manually, but psmake.ps1 offers also a list of commands to work with it (see 01 PsMake-Commands for details).
Continue reading: 04 Defaults.ps1