Skip to content

Commit

Permalink
[msbuild] Add forward compatibility with symlinks support (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored and spouliot committed Aug 23, 2016
1 parent de58155 commit d45f52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msbuild/Xamarin.MacDev.Tasks.Core/MsBuildTasks/CopyBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
public abstract class CopyBase : Copy
{
public string SessionId { get; set; }
public bool UseSymboliclinksIfPossible { get; set; }
}
}

0 comments on commit d45f52f

Please sign in to comment.