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

The Defaults.ps1 file is optional.

It's example content is presented below:

Write-Output @{
	'NuGetConfig' = '.nuget\NuGet.Config'
}

It allows to specify default values for PsMake.ps1 parameters, if they are not specified.

It works for following parameters:

  • AnsiConsole
  • MakeDirectory
  • NuGetExe
  • NuGetSource
  • NuGetConfig

Continue reading: 05 Environment.ps1

Clone this wiki locally