SourcePath Property

Path of the file to embed into an output assembly.

If the path is relative, then the base path is calculated as the following:

  1. If ArmDot builds an ArmDot project, then the base path is a directory path of the project.
  2. If ArmDot's NuGet package ArmDot.Engine.MSBuildTasks is used to build a project, then the base path is a directory path of the project.
string SourcePath { get; set; }