6 references to SetAttributeValueIfEmpty
Microsoft.NET.Sdk.Publish.Tasks (6)
WebConfigTransform.cs (6)
83SetAttributeValueIfEmpty(aspNetCoreElement, "path", "*");
84SetAttributeValueIfEmpty(aspNetCoreElement, "verb", "*");
85SetAttributeValueIfEmpty(aspNetCoreElement, "modules", aspNetCoreModuleName);
86SetAttributeValueIfEmpty(aspNetCoreElement, "resourceType", "Unspecified");
129SetAttributeValueIfEmpty(aspNetCoreElement, "stdoutLogEnabled", "false");
141SetAttributeValueIfEmpty(aspNetCoreElement, "stdoutLogFile", logPath);