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)
503
private string BootstrapperPath => System.IO.Path.Combine(
Path
, ENGINE_PATH);
505
private string PackagePath => System.IO.Path.Combine(
Path
, PACKAGE_PATH);
507
private string SchemaPath => System.IO.Path.Combine(
Path
, SCHEMA_PATH);