5 references to PublishDir
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\TransformWebConfig.cs (5)
72
Log.LogMessage(MessageImportance.Low, $"Configuring the following project for use with IIS: '{
PublishDir
}'");
81
if (
PublishDir
is not null)
83
publishWebConfigPath = Path.Combine(
PublishDir
, defaultWebConfigPath);
86
if (ProjectFullPath is not null && ProjectFullPath.Length != 0 &&
PublishDir
is not null)
90
publishWebConfigPath = Path.Combine(
PublishDir
, Path.GetFileName(projectWebConfigPath));