Implemented interface member:
property
Path
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path
1 write to Path
Microsoft.Build.Tasks.Core (1)
GenerateBootstrapper.cs (1)
74Path = Path
4 references to Path
Microsoft.Build.Tasks.Core (4)
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);
GenerateBootstrapper.cs (1)
136Log.LogWarningWithCodeFromResources("GenerateBootstrapper.ProductNotFound", bootstrapperItem.ItemSpec, bootstrapperBuilder.Path);