Skip to content
  • Duncan Coutts's avatar
    c848e011
    Convert build target resolution to use package id, not just name · c848e011
    Duncan Coutts authored
    Previously the resolveUserBuildTargets would return a PackageName which
    meant we would subsequently select all versions of that package that
    occur in the project during target selection (resolveAndCheckTargets).
    Using PackageId means we only pick one version (though in future we may
    still need to disambiguate multiple instances, or targets from multiple
    active profiles)
    c848e011
    Convert build target resolution to use package id, not just name
    Duncan Coutts authored
    Previously the resolveUserBuildTargets would return a PackageName which
    meant we would subsequently select all versions of that package that
    occur in the project during target selection (resolveAndCheckTargets).
    Using PackageId means we only pick one version (though in future we may
    still need to disambiguate multiple instances, or targets from multiple
    active profiles)
Loading