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