Skip to content

Commit d933671

Browse files
committed
修改路径
1 parent f7a8e0e commit d933671

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Code/UsingMSBuildCopyOutputFileToFastDebug/SafeOutputFileCopyTask.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private void AddToClean(string newFileName)
8787
{
8888
try
8989
{
90+
newFileName = Path.GetFullPath(newFileName);
9091
File.AppendAllLines(CleanFile, new[] { newFileName });
9192
}
9293
catch (Exception)

Code/UsingMSBuildCopyOutputFileToFastDebug/dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Using MSBuild Copy Output File To Fast Debug
1313
通过复制输出文件让 VisualStudio 外部启动快速调试底层库</description>
1414
<releaseNotes></releaseNotes>
15-
<copyright>Copyright 2019</copyright>
15+
<copyright>Copyright 2020</copyright>
1616
<tags>msbuild debug</tags>
1717
<dependencies>
1818
<group targetFramework=".NETFramework4.0" />

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

0 commit comments

Comments
 (0)