CompilationLoader.Configuration.BuildOutputFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Directory where the compiled binaries will be generated. No binaries will be written to disk unless this path is specified and valid.
public string? BuildOutputFolder { get; set; }
member this.BuildOutputFolder : string with get, set
Public Property BuildOutputFolder As String