Skip to content

Commit

Permalink
Attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfowler committed Nov 1, 2024
1 parent 29884ab commit f3c1316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
WorkingDirectory="$(MSBuildProjectDirectory)\templateSrc" />
</Target>

<Target Name="EmbedTemplate" AfterTargets="BeforeResGen">
<Target Name="EmbedTemplate" AfterTargets="BeforeResGen" DependsOnTargets="BuildTemplate">
<ItemGroup>
<EmbeddedResource Include="$(MSBuildProjectDirectory)\template\template.html" Type="Non-Resx" WithCulture="false" />
</ItemGroup>
Expand Down

0 comments on commit f3c1316

Please sign in to comment.