Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input NameInput CodeRequiredDescription
Project Source FolderFDMSB_INP_PROJECT_SOURCE_FOLDERNo

Path to the project which contains one of the supported MSBuild project files. If a relative path is given, a path inside of the FD_TEMP_DIR will be assumed.

If value is not provided for this input, FD_TEMP_DIR will be assumed.

Project File NameFDMSB_INP_PROJECT_FILE_NAMENo

MSBuild project file name. The file will be searched in the project source folder if provided, otherwise in the exported source folder in the temp directory will be used.

If value is not provided for this input, plugin will look for project files with extensions csproj, vbproj, vcxproj, dbproj, fsproj, pyproj, rbproj, wixproj, vdproj, isproj, pssproj, modelproj, sln and first matching project file will be used.

Command Line ArgumentsFDMSB_INP_CMD_LINE_ARGSNoThe MSBuild.exe arguments or properties, formatted as key=value. Provide one pair per line.
Pass Arguments as PropertiesFDMSB_INP_PASS_ARGS_AS_PROPERTIES

No

If yes, will prefix /p: before the arguments.
Save ArtifactsFDMSB_INP_SAVE_ARTIFACTSNoDefaults to true. If checked, plugin will save artifacts from this folder in to execution artifacts directory.
Artifacts SubfolderFDMSB_INP_ARTIFACTS_SUBFOLDERNo

Specify Subfolder under Project Location where artifacts are generated by MSBuild. Defaults to bin.

Plugin will save artifacts from this folder in to execution artifacts directory if Save Artifacts is checked.

The OutDir property offered by MSBuild is used to move the artifacts generated to the user-defined directory.

Outputs

Output NameDescription




...