Skip to content

Commit

Permalink
Revert "[msbuild] Add forward compatibility with symlinks support (#648
Browse files Browse the repository at this point in the history
…)"

This can be reverted as we have now moved to msbuild assemblies, and
they already have this property.

This reverts commit d45f52f.
  • Loading branch information
radical committed May 21, 2018
1 parent 1975c00 commit 28b6d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion msbuild/Xamarin.MacDev.Tasks.Core/MsBuildTasks/CopyBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
public abstract class CopyBase : Copy
{
public string SessionId { get; set; }
public bool UseSymboliclinksIfPossible { get; set; }
}
}

0 comments on commit 28b6d99

Please sign in to comment.