Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit c8aff5d

Browse files
committed
Build steps updated with new path
1 parent 4ed4c04 commit c8aff5d

File tree

7 files changed

+990
-744
lines changed

7 files changed

+990
-744
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,7 @@ FodyWeavers.xsd
383383
# Ignore the copied App_Plugins folder
384384
samples/*/App_Plugins/uiexamples/*
385385
/samples/Umbraco14.Website/App_Plugins
386+
/samples/Umbraco15.Website/App_Plugins
386387

387388
/samples/Umbraco14.Website/App_Plugins/Example.UI
389+
/samples/Umbraco15.Website/App_Plugins/Example.UI

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Steps to get the test sites working:
1515
- Username: [email protected]
1616
- Password: 1234567890
1717

18-
For v14 you will also need to run `npm ci` within the `src\Our.Umbraco.UiExamples.v14` directory, and then `npm run dev` to start the development batch job. This will copy the files from the package into `samples\Umbraco14.Website` ready to see in the backoffice.
18+
For v115 you will also need to run `npm ci` within the `src\Our.Umbraco.UiExamples.v15` directory, and then `npm run dev` to start the development batch job. This will copy the files from the package into `samples\Umbraco15.Website` ready to see in the backoffice.
1919

2020
## Making changes
2121
The files you will be working on are in the `App_Plugins` folder in the main `Our.Umbraco.UiExamples` project. Changed files need to be copied into the test websites so you can confirm they work, which is automatically done when building the test websites (using a MSBuild target).

src/Our.Umbraco.UiExamples.v13/Our.Umbraco.UiExamples.v13.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66

77
<!-- NuGet package info -->
@@ -50,8 +50,8 @@
5050
</ItemGroup>
5151

5252
<ItemGroup>
53-
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0" />
54-
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0" />
53+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="13.5.2" />
54+
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.5.2" />
5555
</ItemGroup>
5656

5757
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">

0 commit comments

Comments
 (0)