fix: Handle netcore/netfx folders in CLI runner path resolution#2538
fix: Handle netcore/netfx folders in CLI runner path resolution#2538
Conversation
- Updated GetDeployPath() to handle new runtime folder structure - Added support for both netcore and netfx runtime folders - Maintained backward compatibility - Added unit tests for path resolution logic Fixes #2537
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25024+1957-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25025+1310-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1056-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1130-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1138-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25031+1700-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1615-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1635-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1841-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1337-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1402-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1241-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1511-wip |
|
📦 New public release are available for 5.0.0.24174+2300 |
Fixes #2537
Description
This PR fixes the
pyrevit runCLI command that was failing withImportError: No module named pyrevitby properly handling the newnetcoreandnetfxruntime folders in path resolution.Changes
GetDeployPath()inPyRevitRunnerCommand.csto handle new runtime folder structurenetcoreandnetfxruntime foldersTesting
Notes