Skip to content

Commit 7534478

Browse files
committed
修复找不到文件继续读取
1 parent 05bd067 commit 7534478

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Code/UsingMSBuildCopyOutputFileToFastDebug/LaunchSettingsParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public override bool Execute()
2424
if (!File.Exists(file))
2525
{
2626
Console.WriteLine($"找不到{file}文件,读取结束");
27+
return true;
2728
}
2829

2930
var text = File.ReadAllText(file);

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.61</Version>
3+
<Version>1.3.63</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)