simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
360 stars 11 forks source link

inputresolver: remove repositoryDir parameter from Resolve method #509

Closed fho closed 8 months ago

fho commented 8 months ago

The parameter is not needed anymore, since 2ec86012 it is stored in the InputResolver struct, remove it.

Inputresolver testcases were adapted and some also adapted to to use a subdirectory of the repositoryDir that is passed, to also test resolving of relate paths.