Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 2, 2023
1 parent d92afe5 commit 50ec2c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gallery.Unified/Gallery.Unified.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
</ItemGroup>

<PropertyGroup>
<ClientDir>$(MSBuildProjectDirectory)/../Gallery.Unified.Client</ClientDir>
<WwwRoot>$(ClientDir)/wwwroot</WwwRoot>
<WwwRoot>$(MSBuildProjectDirectory)/wwwroot</WwwRoot>
</PropertyGroup>

<!-- Populated in release.yml with GitHub Actions secrets -->
Expand Down

0 comments on commit 50ec2c3

Please sign in to comment.