Skip to content

Commit ef992b0

Browse files
committed
Update test site 15
1 parent 9e30ee6 commit ef992b0

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
*.sln.docstates
1212

1313
# test site
14-
src/Umbraco.Forms.Integrations.Testsite.V14/App_Plugins/Our.Umbraco.DashIt
15-
src/Umbraco.Forms.Integrations.Testsite.V14/umbraco
16-
src/Umbraco.Forms.Integrations.Testsite.V14/Views
17-
src/Umbraco.Forms.Integrations.Testsite.V14/wwwroot
14+
src/Umbraco.Forms.Integrations.Testsite.V15/App_Plugins/Our.Umbraco.DashIt
15+
src/Umbraco.Forms.Integrations.Testsite.V15/umbraco
16+
src/Umbraco.Forms.Integrations.Testsite.V15/Views
17+
src/Umbraco.Forms.Integrations.Testsite.V15/wwwroot
1818
src/Umbraco.Forms.Integrations.Automation.Zapier/wwwroot
1919
src/Umbraco.Forms.Integrations.Crm.Hubspot/wwwroot
2020
src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/wwwroot

src/Umbraco.Forms.Integrations.Testsite.V15/Umbraco.Forms.Integrations.Testsite.V15.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Umbraco.Cms" Version="15.0.0" />
11+
<PackageReference Include="Umbraco.Forms" Version="15.0.0" />
1112
</ItemGroup>
1213

1314
<ItemGroup>
@@ -21,5 +22,9 @@
2122
<CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory>
2223
</PropertyGroup>
2324

24-
25+
<PropertyGroup>
26+
<!-- Remove RazorCompileOnBuild and RazorCompileOnPublish when not using ModelsMode InMemoryAuto -->
27+
<RazorCompileOnBuild>false</RazorCompileOnBuild>
28+
<RazorCompileOnPublish>false</RazorCompileOnPublish>
29+
</PropertyGroup>
2530
</Project>

src/Umbraco.Forms.Integrations.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Forms.Integrations.
3535
EndProject
3636
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Forms.Integrations.Automation.Zapier", "Umbraco.Forms.Integrations.Automation.Zapier\Umbraco.Forms.Integrations.Automation.Zapier.csproj", "{B437434B-2A95-4C8E-AF6E-4B55D4781C70}"
3737
EndProject
38-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Forms.Integrations.Testsite.V14", "Umbraco.Forms.Integrations.Testsite.V14\Umbraco.Forms.Integrations.Testsite.V14.csproj", "{8595CB83-F6E1-485D-A776-E4EB5DA13436}"
39-
EndProject
4038
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Cms.Integrations.OAuthProxy", "Umbraco.Cms.Integrations.OAuthProxy\Umbraco.Cms.Integrations.OAuthProxy.csproj", "{221D3F2B-0373-478B-9266-7ADE09E77F5B}"
4139
EndProject
40+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Forms.Integrations.Testsite.V15", "Umbraco.Forms.Integrations.Testsite.V15\Umbraco.Forms.Integrations.Testsite.V15.csproj", "{3F83E2FD-9D8E-443F-BB84-E9462684D17A}"
41+
EndProject
4242
Global
4343
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4444
Debug|Any CPU = Debug|Any CPU
@@ -65,14 +65,14 @@ Global
6565
{B437434B-2A95-4C8E-AF6E-4B55D4781C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
6666
{B437434B-2A95-4C8E-AF6E-4B55D4781C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
6767
{B437434B-2A95-4C8E-AF6E-4B55D4781C70}.Release|Any CPU.Build.0 = Release|Any CPU
68-
{8595CB83-F6E1-485D-A776-E4EB5DA13436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
69-
{8595CB83-F6E1-485D-A776-E4EB5DA13436}.Debug|Any CPU.Build.0 = Debug|Any CPU
70-
{8595CB83-F6E1-485D-A776-E4EB5DA13436}.Release|Any CPU.ActiveCfg = Release|Any CPU
71-
{8595CB83-F6E1-485D-A776-E4EB5DA13436}.Release|Any CPU.Build.0 = Release|Any CPU
7268
{221D3F2B-0373-478B-9266-7ADE09E77F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7369
{221D3F2B-0373-478B-9266-7ADE09E77F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
7470
{221D3F2B-0373-478B-9266-7ADE09E77F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
7571
{221D3F2B-0373-478B-9266-7ADE09E77F5B}.Release|Any CPU.Build.0 = Release|Any CPU
72+
{3F83E2FD-9D8E-443F-BB84-E9462684D17A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73+
{3F83E2FD-9D8E-443F-BB84-E9462684D17A}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{3F83E2FD-9D8E-443F-BB84-E9462684D17A}.Release|Any CPU.ActiveCfg = Release|Any CPU
75+
{3F83E2FD-9D8E-443F-BB84-E9462684D17A}.Release|Any CPU.Build.0 = Release|Any CPU
7676
EndGlobalSection
7777
GlobalSection(SolutionProperties) = preSolution
7878
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)