Skip to content

Commit 08bf221

Browse files
committed
[msbuild] Explain WriteLinesToFile copy behavior
Document why copying File back to Windows does not require suppressing a remoting output placeholder. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e9d84281-7deb-4b10-9c48-282faafc8f34
1 parent f1ce69d commit 08bf221

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

msbuild/Xamarin.MacDev.Tasks/MsBuildTasks/WriteLinesToFile.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public override bool Execute ()
1414
if (!XamarinTask.ExecuteRemotely (this, out var taskRunner))
1515
return false;
1616

17+
// File isn't an [Output] property, so no empty placeholder is created on Windows.
1718
if (CopyToWindows)
1819
XamarinTask.CopyFilesToWindowsAsync (this, taskRunner, new [] { File }).Wait ();
1920

0 commit comments

Comments
 (0)