Fix the reference to the .targets file (#13847)

Updates the reference to the .targets file to use the correct folder name of `buildTransitive` instead of `build`
This commit is contained in:
Paul Seal
2023-03-09 13:33:53 +00:00
committed by GitHub
parent be72c8147d
commit d8f204ddf9

View File

@@ -27,7 +27,7 @@
<RazorCompileOnPublish>false</RazorCompileOnPublish>
</PropertyGroup>
<Import Project="..\PACKAGE_PROJECT_NAME_FROM_TEMPLATE\build\PACKAGE_PROJECT_NAME_FROM_TEMPLATE.targets" Condition="'$(PackageProjectName)' != ''" />
<Import Project="..\PACKAGE_PROJECT_NAME_FROM_TEMPLATE\buildTransitive\PACKAGE_PROJECT_NAME_FROM_TEMPLATE.targets" Condition="'$(PackageProjectName)' != ''" />
<ItemGroup Condition="'$(PackageProjectName)' != ''">
<ProjectReference Include="..\PACKAGE_PROJECT_NAME_FROM_TEMPLATE\PACKAGE_PROJECT_NAME_FROM_TEMPLATE.csproj" />
</ItemGroup>