JavaScriptPackageManagerAnnotation 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 used in a resource.
public sealed class JavaScriptPackageManagerAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type JavaScriptPackageManagerAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class JavaScriptPackageManagerAnnotation
Implements IResourceAnnotation
- Inheritance
-
JavaScriptPackageManagerAnnotation
- Implements
Constructors
| JavaScriptPackageManagerAnnotation(String, String, String) |
Represents the annotation for the JavaScript package manager used in a resource. |
Properties
| CacheMount |
Gets the BuildKit cache mount path for the package manager, or null if not supported. |
| CommandSeparator |
Gets the string used to separate individual commands in a command sequence, or |
| ExecutableName |
Gets the executable used to run the JavaScript package manager. |
| PackageFilesPatterns |
Gets the file patterns for package dependency files. |
| ScriptCommand |
Gets the command used to run a script with the JavaScript package manager. |