PnpmInstallSettings.

VirtualStoreDir Property

Summary

The directory with links to the store (default is node_modules/.pnpm). All direct and indirect dependencies of the project are linked into this directory
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Install
Containing Type
PnpmInstallSettings

Syntax

public string VirtualStoreDir { get; set; }

Value

Type Description
string