Plugins.Soda.Protean - protean

Description

Compiles a Protean project. Mostly bug free, but can occasionally fail if the project file hasn't properly updated itself. Most of the time this can be solved by opening the configuration manager and making a small change that will force it to update.

Parameters

Table 25. Parameters

Attribute Type Description Required
fileName string The path of the Protean project to build. true
config string The name of the configuration to build under. true
workingDir string If set, will override the Working Directory set in the project. Useful if building a project on different machines in different locations. false
createExe bool If true, will compile the project to an exe. false
outputFile string If createExe is set, the outputFile will specify where the executable is created. false
if bool If true, the task will be executed, otherwise it will be skipped. The default is true. False
unless bool The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. False