Skip to content

Commit ef2a78c

Browse files
committed
fix
1 parent 5d6b754 commit ef2a78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/kerryjiang/EtradeMcpNet.git</RepositoryUrl>
1515
<PackageReadmeFile>../../releaseNotes/v$(PackageVersion).md</PackageReadmeFile>
1616
</PropertyGroup>
17-
<PropertyGroup Condition="'exists($(PackageReadmeFile))'">
17+
<PropertyGroup Condition="Exists('$(PackageReadmeFile)')">
1818
<ReadmeFileAvailable>true</ReadmeFileAvailable>
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(IncludeReleaseNotes)' == 'true' and ReadmeFileAvailable == 'true'">

0 commit comments

Comments
 (0)