We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0131076 commit 3fc3e75Copy full SHA for 3fc3e75
Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs
@@ -168,6 +168,7 @@ private static void CopyOutputFile(CopyOutputFileOptions copyOutputFileOptions)
168
}
169
170
Logger.Warning($"[UsingMSBuildCopyOutputFileToFastDebug] 没有从 MainProjectExecutablePath 和 LaunchSettings 获取到输出的文件夹");
171
+ return null;
172
173
174
private static IMSBuildLogger Logger { get; } = new MSBuildConsoleLogger();
0 commit comments