Skip to content

Commit

Permalink
fix "repo" root
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 5, 2024
1 parent d8914d9 commit 80d4f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<RepoRootPath>$(MSBuildThisFileDirectory)</RepoRootPath>
<RepoRootPath>$(MSBuildThisFileDirectory)../</RepoRootPath>
<BinariesOutputRelativePath>GameData/plugin-mod-legacy</BinariesOutputRelativePath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)/$(MSBuildToolsVersion)\Microsoft.Common.props" />
Expand Down

0 comments on commit 80d4f27

Please sign in to comment.