Skip to content
Wojtek edited this page Apr 8, 2015 · 1 revision

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

Clone this wiki locally