We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bd067 commit 7534478Copy full SHA for 7534478
2 files changed
Code/UsingMSBuildCopyOutputFileToFastDebug/LaunchSettingsParser.cs
@@ -24,6 +24,7 @@ public override bool Execute()
24
if (!File.Exists(file))
25
{
26
Console.WriteLine($"找不到{file}文件,读取结束");
27
+ return true;
28
}
29
30
var text = File.ReadAllText(file);
build/Version.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.3.61</Version>
+ <Version>1.3.63</Version>
4
</PropertyGroup>
5
</Project>
0 commit comments