Share via


StaticSiteBuildProperties.AppArtifactLocation Property

Definition

Gets or sets deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

[Newtonsoft.Json.JsonProperty(PropertyName="appArtifactLocation")]
public string AppArtifactLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appArtifactLocation")>]
member this.AppArtifactLocation : string with get, set
Public Property AppArtifactLocation As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to