HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Project build order issue

Open SteveIves opened this issue 6 years ago • 1 comments

In solutions based on the harmonycore project template we rely on common properties to set RPSMFIL and RPSTFIL. This is because we can't currently use project references to the repository project, because it's not a .NET Core project and it messes up the build.

The problem is that MSBUILD now does not know about the dependency in the repository project, resulting in it getting built AFTER other projects that depend on it.

SteveIves avatar Oct 25 '18 23:10 SteveIves

@SteveIves at least in the main repo sample project this is now fixed. We use project references to the repository project. Is this mirrored in the templates or do we need to do that before we close this issue?

hippiehunter avatar Apr 29 '20 16:04 hippiehunter