JavaScriptBuildScriptAnnotation Class

Definition

Represents the annotation for the JavaScript package manager's build script.

public sealed class JavaScriptBuildScriptAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type JavaScriptBuildScriptAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class JavaScriptBuildScriptAnnotation
Implements IResourceAnnotation
Inheritance
JavaScriptBuildScriptAnnotation
Implements

Constructors

JavaScriptBuildScriptAnnotation(String, String[])

Represents the annotation for the JavaScript package manager's build script.

Properties

Args

Gets the command-line arguments supplied to the build script.

ScriptName

Gets the name of the script used to build.

Applies to