|
15 | 15 | <Title>Umbraco Forms Integrations: CRM - Hubspot</Title>
|
16 | 16 | <Description>An extension for Umbraco Forms to add support for submitting data to Hubspot</Description>
|
17 | 17 | <PackageIconUrl></PackageIconUrl>
|
18 |
| - <PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main-v10/src/Umbraco.Forms.Integrations.Crm.Hubspot</PackageProjectUrl> |
| 18 | + <PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main-v16/src/Umbraco.Forms.Integrations.Crm.Hubspot</PackageProjectUrl> |
19 | 19 | <RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
|
20 | 20 | <Version>7.0.0</Version>
|
21 | 21 | <Authors>Umbraco HQ</Authors>
|
|
42 | 42 | </ItemGroup>
|
43 | 43 |
|
44 | 44 | <ItemGroup>
|
45 |
| - <Content Include="hubspot.png"> |
46 |
| - <Pack>true</Pack> |
47 |
| - <PackagePath>\</PackagePath> |
48 |
| - </Content> |
49 |
| - </ItemGroup> |
50 |
| - |
51 |
| - <ItemGroup> |
| 45 | + <Content Include="hubspot.png" Pack="true" PackagePath="\" /> |
52 | 46 | <None Include="docs\readme.md" Pack="true" PackagePath="\" />
|
53 | 47 | </ItemGroup>
|
54 | 48 |
|
55 |
| - <ItemGroup> |
56 |
| - <Content Include="Views\**" /> |
57 |
| - </ItemGroup> |
58 |
| - |
59 |
| - <!-- Build client assets using NPM --> |
| 49 | + <!--Build client assets using NPM --> |
60 | 50 | <Import Project="build\Microsoft.AspNetCore.ClientAssets.targets" />
|
61 | 51 | <PropertyGroup>
|
62 | 52 | <!-- Use this to (temporarily) disable building client assets, e.g. to start the project and generate updated API models -->
|
63 | 53 | <ShouldRunClientAssetsBuild>true</ShouldRunClientAssetsBuild>
|
64 | 54 | </PropertyGroup>
|
65 | 55 | <Target Name="ClientAssetsBuildOutputPath" BeforeTargets="ClientAssetsBuild">
|
66 |
| - <WriteLinesToFile File="Client\config.outputPath.js" Lines="export const outputPath = '../$(IntermediateOutputPath.Replace('\', '/'))clientassets';" Overwrite="true" /> |
| 56 | + <WriteLinesToFile File="Client\config.outputPath.js" Lines="export const outputPath = '$(Configuration)' !== 'Release' ? '../wwwroot' : '../$(IntermediateOutputPath.Replace('\', '/'))clientassets';" Overwrite="true" /> |
67 | 57 | </Target>
|
| 58 | + <ItemGroup> |
| 59 | + <ClientAssetsInputs Remove="Client\config.outputPath.js" /> |
| 60 | + </ItemGroup> |
68 | 61 | </Project>
|
0 commit comments