Skip to content

Commit

Permalink
Updated project to install appsettings schema file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-burandt committed Jan 25, 2023
1 parent 368e815 commit e5a736b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Our.Umbraco.Blend.RobotsTxt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Blend.RobotsTxt
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{950223A2-562D-4C94-B27D-D3EBF43909A6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ContentTargetFolders>.</ContentTargetFolders>
Expand Down Expand Up @@ -27,6 +27,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="appsettings-schema.robotstxt.json" PackagePath="" />
<None Include="build\**\*.*">
<Pack>True</Pack>
<PackagePath>buildTransitive</PackagePath>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<UmbracoJsonSchemaFiles Include="$(MSBuildThisFileDirectory)..\appsettings-schema.robotstxt.json" Weight="-80" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

</Project>
</Project>

0 comments on commit e5a736b

Please sign in to comment.