Relative file path for "DefaultPushSource" (original) (raw)
As far as I can tell, the "DefaultPushSource" configuration key doesn't allow you to specify a relative file path.
This works:
<add key="DefaultPushSource" value="C\Source\Project\CustomFeed" />
This doesn't:
<add key="DefaultPushSource" value="CustomFeed" />
This causes issues when executing builds + generating packages from a build server which may not even have a C:\