Skip to content

Commit 59ac02e

Browse files
committed
加上更多输出尝试调试是否命令行合理
1 parent 34bca8c commit 59ac02e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ static void Main(string[] args)
1414

1515
CommandLine.Parse(args).AddHandler<CleanOptions>(c =>
1616
{
17-
18-
});
19-
Console.WriteLine("UsingMSBuildCopyOutputFileToFastDebug");
17+
Logger.Message($"Enter CleanOptions");
18+
})
19+
.AddHandler<CopyOutputFileOptions>(c =>
20+
{
21+
Logger.Message($"Enter CopyOutputFileOptions");
22+
});
2023
}
2124

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

build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.3.205</Version>
3+
<Version>1.3.206</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)