Skip to content

Commit 3fc3e75

Browse files
committed
修复构建
1 parent 0131076 commit 3fc3e75

File tree

1 file changed

+1
-0
lines changed
  • Code/UsingMSBuildCopyOutputFileToFastDebug

1 file changed

+1
-0
lines changed

Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ private static void CopyOutputFile(CopyOutputFileOptions copyOutputFileOptions)
168168
}
169169

170170
Logger.Warning($"[UsingMSBuildCopyOutputFileToFastDebug] 没有从 MainProjectExecutablePath 和 LaunchSettings 获取到输出的文件夹");
171+
return null;
171172
}
172173

173174
private static IMSBuildLogger Logger { get; } = new MSBuildConsoleLogger();

0 commit comments

Comments
 (0)