Replies: 1 comment
-
See also #195 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When working on a project which has a dependency on an internal package which lives in another source code repository it is ocassionally useful to swap out the PackageReference for a ProjectReference to iterate faster.
To date the best approach I have come up with to accomodate this (or hacked together from stackoverflow et al.) is as follows.
This works reasonably well, the Exists condition being the latest addition in order to reduce errors when cloned to another developers machine.
Are there further improvements that can be made?
Is there any way to lose the additional solution file?
Is there anyway to set the UseProjectReferences build property based on the solution being usedI found $(SolutionName) whilst writing this post.Beta Was this translation helpful? Give feedback.
All reactions