Implemented interface member:
property
Path
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path
3 references to Path
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\BootstrapperBuilder.cs (3)
503private string BootstrapperPath => System.IO.Path.Combine(Path, ENGINE_PATH); 505private string PackagePath => System.IO.Path.Combine(Path, PACKAGE_PATH); 507private string SchemaPath => System.IO.Path.Combine(Path, SCHEMA_PATH);