mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Only use project registry when we have a project version specified
This commit is contained in:
parent
a26427392f
commit
a13042b96c
1 changed files with 9 additions and 6 deletions
|
@ -2485,6 +2485,8 @@ namespace IDE
|
|||
}
|
||||
}
|
||||
|
||||
if (useVerSpecRecord.mVerSpec case .SemVer)
|
||||
{
|
||||
for (int regEntryIdx = mBeefConfig.mRegistry.Count - 1; regEntryIdx >= 0; regEntryIdx--)
|
||||
{
|
||||
var regEntry = mBeefConfig.mRegistry[regEntryIdx];
|
||||
|
@ -2495,6 +2497,7 @@ namespace IDE
|
|||
verConfigDir = regEntry.mConfigFile.mConfigDir;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var project = new Project();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue