JavaScriptBuildScriptAnnotation(String, String[]) Constructor
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.
Represents the annotation for the JavaScript package manager's build script.
public JavaScriptBuildScriptAnnotation(string scriptName, string[]? args);
new Aspire.Hosting.JavaScript.JavaScriptBuildScriptAnnotation : string * string[] -> Aspire.Hosting.JavaScript.JavaScriptBuildScriptAnnotation
Public Sub New (scriptName As String, args As String())
Parameters
- scriptName
- String
The name of the JavaScript package manager's build script.
- args
- String[]
The command line arguments for the JavaScript package manager's build script.