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