Skip to content

Commit

Permalink
Fixing app settings
Browse files Browse the repository at this point in the history
A further attempt to get the app settings file copied to the site on build
  • Loading branch information
richarth committed Apr 25, 2024
1 parent d97e1bb commit a952288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Sanitiser/Sanitiser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageTags>umbraco;umbraco-marketplace</PackageTags>
<RootNamespace>Umbraco.Community.Sanitiser</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.2.4</Version>
<Version>0.2.5</Version>
<Authors>Richard Thompson</Authors>
<Copyright>$([System.DateTime]::UtcNow.ToString(`yyyy`)) © Richard Thompson</Copyright>
<PackageProjectUrl>https://github.com/richarth/sanitiser</PackageProjectUrl>
Expand Down Expand Up @@ -42,10 +42,8 @@
</None>
</ItemGroup>

<Target Name="includeSchema">
<ItemGroup>
<UmbracoJsonSchemaFiles Include="$(MSBuildThisFileDirectory)..\appsettings-schema.Sanitiser.json" />
</ItemGroup>
</Target>
<ItemGroup>
<Content Include="buildTransitive\**" PackagePath="buildTransitive" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<UmbracoJsonSchemaFiles Include="$(MSBuildThisFileDirectory)..\appsettings-schema.Sanitiser.json" Weight="-50" />
</ItemGroup>
</Project>

0 comments on commit a952288

Please sign in to comment.