Skip to content

Commit d8fe178

Browse files
committed
Update ClientAssetsInputs property
1 parent 20cef22 commit d8fe178

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@
6060
<Target Name="ClientAssetsBuildOutputPath" BeforeTargets="ClientAssetsBuild">
6161
<WriteLinesToFile File="Client\config.outputPath.js" Lines="export const outputPath = '$(Configuration)' !== 'Release' ? '../wwwroot' : '../$(IntermediateOutputPath.Replace('\', '/'))clientassets';" Overwrite="true" />
6262
</Target>
63+
<ItemGroup>
64+
<ClientAssetsInputs Remove="Client\config.outputPath.js" />
65+
</ItemGroup>
6366
</Project>

0 commit comments

Comments
 (0)