We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f1273 commit 39be2f5Copy full SHA for 39be2f5
src/Our.Umbraco.GraphQL/Our.Umbraco.GraphQL.csproj
@@ -21,7 +21,7 @@
21
</PropertyGroup>
22
23
<ItemGroup>
24
- <None Include="$(FrontendRoot)**" Exclude="$(UIRoot)node_modules\**;$(UIRoot).sass-cache\**" Pack="false" />
+ <None Include="$(UIRoot)**" Exclude="$(UIRoot)node_modules\**;$(UIRoot).sass-cache\**" Pack="false" />
25
</ItemGroup>
26
27
<Target Name="RunUIBuild" BeforeTargets="Compile" Condition=" '$(Configuration)' == 'Release' ">
0 commit comments