3 references to PublishDirectory
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\TransformAppSettings.cs (3)
72if (PublishDirectory is not null) 74destinationAppSettingsFilePath = Path.Combine(PublishDirectory, DestinationAppSettingsName); 95if (!Directory.Exists(PublishDirectory))