JoshuaRoweMsft
Results
2
comments of
JoshuaRoweMsft
I believe the issue is that the .vcxproj "Build" target does not return the primary build output, but the "GetTargetPath" target _does_. ``` ```
I'm able to work around this with the following ProjectReference: ``` false Content Build;GetTargetPath GetTargetPath PreserveNewest ```