You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- PackageReadmeFile specifies the package readme file name in the package. PackageReadmeFilePath points to the package readme file on disk. -->
244
+
<EnableDefaultPackageReadmeFileCondition="'$(EnableDefaultPackageReadmeFile)' == '' and '$(IsShipping)' != 'false'">true</EnableDefaultPackageReadmeFile>
245
+
<PackageReadmeFilePathCondition="'$(PackageReadmeFilePath)' == '' and '$(EnableDefaultPackageReadmeFile)' == 'true'">PACKAGE.md</PackageReadmeFilePath>
246
+
<PackageReadmeFileCondition="'$(PackageReadmeFile)' == '' and '$(EnableDefaultPackageReadmeFile)' == 'true' and Exists('$(PackageReadmeFilePath)' )">PACKAGE.md</PackageReadmeFile>
247
+
</PropertyGroup>
248
+
249
+
<!-- Add a package README file -->
250
+
<ItemGroupCondition="'$(PackageReadmeFilePath)' != '' and Exists('$(PackageReadmeFilePath)' )">
0 commit comments