JavaScriptBuildScriptAnnotation Class
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 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. |