Skip to content

Commit 3300a74

Browse files
committed
[msbuild] Copy inputs to the remote Mac in the CompileNativeCode task.
They may not exist on the Mac, if they were produced locally on Windows.
1 parent 764e2af commit 3300a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msbuild/Xamarin.MacDev.Tasks/Tasks/CompileNativeCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public override bool Execute ()
156156
return !Log.HasLoggedErrors;
157157
}
158158

159-
public bool ShouldCopyToBuildServer (ITaskItem item) => false;
159+
public bool ShouldCopyToBuildServer (ITaskItem item) => true;
160160

161161
public bool ShouldCreateOutputFile (ITaskItem item) => true;
162162

0 commit comments

Comments
 (0)