We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d0bfb commit cc43db5Copy full SHA for cc43db5
1 file changed
src/Smdn.Extensions.Mtp.LiquidTestReports/Smdn.Extensions.Mtp.LiquidTestReports.csproj
@@ -104,7 +104,7 @@ $(ReadmeFileNoticeSectionContent)
104
105
<Target Name="WriteMtpExtensionInfo" BeforeTargets="BeforeBuild">
106
<PropertyGroup>
107
- <MtpExtensionInfoFilePath>$(BaseIntermediateOutputPath)ExtensionInfo.g.cs</MtpExtensionInfoFilePath>
+ <MtpExtensionInfoFilePath>$(IntermediateOutputPath)ExtensionInfo.g.cs</MtpExtensionInfoFilePath>
108
<MtpExtensionInfoFileContent><![CDATA[
109
// <autogenerated />
110
#pragma warning disable CA1050
0 commit comments