5 references to ProjectFullPath
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\TransformWebConfig.cs (5)
86
if (
ProjectFullPath
is not null &&
ProjectFullPath
.Length != 0 && PublishDir is not null)
89
projectWebConfigPath = GetWebConfigFileOrDefault(
ProjectFullPath
, defaultWebConfigPath);
137
ProjectFullPath
);
140
transformedConfig = WebConfigTelemetry.AddTelemetry(transformedConfig, ProjectGuid, IgnoreProjectGuid, SolutionPath,
ProjectFullPath
);