Skip to content

Commit 025e2b2

Browse files
Build WCF bindings when no targeting Mono
1 parent 8f8e76b commit 025e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function src-dist {
160160
function dist-target-framework {
161161
TARGET_FRAMEWORK="$1"
162162
BUILD_WCF=
163-
test "$TARGET_FRAMEWORK" == "dotnet-3.0" && test -z "$MONO_DIST" && BUILD_WCF="true"
163+
test -z "$MONO_DIST" && BUILD_WCF="true"
164164

165165
### Make sure we can use MSBuild.Community.Tasks.dll (it might be from a
166166
### remote location)

0 commit comments

Comments
 (0)