Skip to content

Commit cc43db5

Browse files
committed
output autogenerated files to IntermediateOutputPath to avoid conflicts between build processes for each TFM
1 parent 81d0bfb commit cc43db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Smdn.Extensions.Mtp.LiquidTestReports/Smdn.Extensions.Mtp.LiquidTestReports.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(ReadmeFileNoticeSectionContent)
104104

105105
<Target Name="WriteMtpExtensionInfo" BeforeTargets="BeforeBuild">
106106
<PropertyGroup>
107-
<MtpExtensionInfoFilePath>$(BaseIntermediateOutputPath)ExtensionInfo.g.cs</MtpExtensionInfoFilePath>
107+
<MtpExtensionInfoFilePath>$(IntermediateOutputPath)ExtensionInfo.g.cs</MtpExtensionInfoFilePath>
108108
<MtpExtensionInfoFileContent><![CDATA[
109109
// <autogenerated />
110110
#pragma warning disable CA1050

0 commit comments

Comments
 (0)