Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit 99d329d

Browse files
committed
Pointed net452 target on *nix to Mono assemblies
1 parent bbe815c commit 99d329d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ fi
5151
# RUN BUILD SCRIPT
5252
###########################################################################
5353

54+
# Point net452 to Mono assemblies
55+
export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
56+
5457
# Start Cake
5558
exec dotnet "$CAKE_DLL" "$@"

0 commit comments

Comments
 (0)