File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ https://github.com/sys27/xFunc/wiki/Breaking-Changes</PackageReleaseNotes>
34
34
<EnableNETAnalyzers >true</EnableNETAnalyzers >
35
35
<AnalysisLevel >latest</AnalysisLevel >
36
36
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
37
+ <PackageReadmeFile >README.md</PackageReadmeFile >
37
38
</PropertyGroup >
38
39
39
40
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
40
41
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41
42
</PropertyGroup >
42
-
43
+
43
44
<PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
44
45
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
45
46
<EmbedUntrackedSources >true</EmbedUntrackedSources >
@@ -53,6 +54,7 @@ https://github.com/sys27/xFunc/wiki/Breaking-Changes</PackageReleaseNotes>
53
54
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
54
55
</None >
55
56
<None Include =" ..\xFunc.png" Pack =" true" PackagePath =" " />
57
+ <None Include =" ..\README.md" Pack =" true" PackagePath =" " />
56
58
</ItemGroup >
57
59
58
60
<ItemGroup >
You can’t perform that action at this time.
0 commit comments