I have nuget package with command line tools that I want to invoke from pre-build event in VS2015 project.
I could use relative path to invoke command from package folder but then I have to modify that path if either nuget package version or package folder changes. Is there an easier way to do this?