Skip to content

Commit

Permalink
We need a Path separator for msbuild TargetFrameworkRootPath
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 29, 2017
1 parent 79fcaf5 commit a9504e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/xabuild
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export MSBuildExtensionsPath="$TARGETS_DIR"

case "$MSBUILD" in
*msbuild*)
XABUILD_FLAGS+=(/p:TargetFrameworkRootPath="$TARGETS_DIR-frameworks")
XABUILD_FLAGS+=(/p:TargetFrameworkRootPath="$TARGETS_DIR-frameworks/")
;;
*xbuild*)
export XBUILD_FRAMEWORK_FOLDERS_PATH="$TARGETS_DIR-frameworks"
Expand Down

0 comments on commit a9504e5

Please sign in to comment.