Skip to content

Commit

Permalink
Fix the reference to the .targets file (#13847)
Browse files Browse the repository at this point in the history
Updates the reference to the .targets file to use the correct folder name of `buildTransitive` instead of `build`
  • Loading branch information
prjseal committed Mar 9, 2023
1 parent be72c81 commit d8f204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/UmbracoProject/UmbracoProject.csproj
Expand Up @@ -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>
Expand Down

0 comments on commit d8f204d

Please sign in to comment.