Skip to content

Commit

Permalink
finally!
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Sep 3, 2020
1 parent c0571c3 commit 17f1d25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/examples/Example2/Example2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<GHPagesFiles Include="$(PublishDir)/wwwroot/**/*.*" />
</ItemGroup>

<!-- This should only be done with the 'Release' config because of:
- https://github.com/dotnet/aspnetcore/issues/19907
- https://github.com/dotnet/aspnetcore/issues/19796
-->
<Target Name="PublishGHPages" AfterTargets="AfterPublish">
<Message Importance="high" Text="Publishing output from [$(PublishDir)] to GH Pages directory." />
<Copy SourceFiles="@(GHPagesFiles)"
Expand Down

0 comments on commit 17f1d25

Please # to comment.