We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f62a6f5 + 3fc3e75 commit 3f174b1Copy full SHA for 3f174b1
Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs
@@ -167,13 +167,13 @@ private static void CopyOutputFile(CopyOutputFileOptions copyOutputFileOptions)
167
return new FileInfo(launchMainProjectExecutablePath!);
168
}
169
170
- throw new ArgumentException($"没有从 MainProjectExecutablePath 和 LaunchSettings 获取到输出的文件夹");
+ Logger.Warning($"[UsingMSBuildCopyOutputFileToFastDebug] 没有从 MainProjectExecutablePath 和 LaunchSettings 获取到输出的文件夹");
171
+ return null;
172
173
174
private static IMSBuildLogger Logger { get; } = new MSBuildConsoleLogger();
175
176
-
177
[Verb("CopyOutputFile")]
178
public class CopyOutputFileOptions
179
{
0 commit comments