We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62a6f5 commit 0131076Copy full SHA for 0131076
Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs
@@ -167,13 +167,12 @@ 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
172
173
private static IMSBuildLogger Logger { get; } = new MSBuildConsoleLogger();
174
175
176
-
177
[Verb("CopyOutputFile")]
178
public class CopyOutputFileOptions
179
{
0 commit comments