File tree Expand file tree Collapse file tree 6 files changed +15
-29
lines changed
Analyzers/MSTest.Analyzers.Package Expand file tree Collapse file tree 6 files changed +15
-29
lines changed Original file line number Diff line number Diff line change 1111 <AssemblyFileVersion >14.0.0.0</AssemblyFileVersion >
1212 </PropertyGroup >
1313
14+ <!-- Pack config -->
15+ <PropertyGroup >
16+ <PackageTags Condition =" '$(PackageTags)' == '' " >$(CommonPackageTags)</PackageTags >
17+ <PackageReadmeFile Condition =" '$(PackageReadmeFile)' == '' and Exists('PACKAGE.md') " >PACKAGE.md</PackageReadmeFile >
18+ </PropertyGroup >
19+
20+ <!-- Add a package README file from. -->
21+ <ItemGroup Condition =" '$(PackageReadmeFile)' != '' " >
22+ <None Include =" $(PackageReadmeFile)" Pack =" true" PackagePath =" \" />
23+ </ItemGroup >
24+
1425</Project >
Original file line number Diff line number Diff line change 1010 <PropertyGroup >
1111 <IsPackable >true</IsPackable >
1212 <PackageId >MSTest.Analyzers</PackageId >
13- <PackageReadmeFile >PACKAGE.md</PackageReadmeFile >
1413 <PackageTags >MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework</PackageTags >
1514 <PackageDescription >
1615 MSTest is Microsoft supported Test Framework.
2928
3029 <ItemGroup >
3130 <None Update =" tools\*.ps1" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" " />
32- <None Include =" $(PackageReadmeFile)" Pack =" true" PackagePath =" \" />
3331 </ItemGroup >
3432
3533 <Target Name =" _GenerateGlobalConfigs" >
Original file line number Diff line number Diff line change 99
1010 <Import Project =" ../Directory.Build.props" />
1111
12+ <!-- Pack config -->
13+ <PropertyGroup >
14+ <CommonPackageTags >Microsoft test testing unittest unittesting unit-testing tdd</CommonPackageTags >
15+ </PropertyGroup >
1216</Project >
Original file line number Diff line number Diff line change 2020 <IsPackable >true</IsPackable >
2121 <PackageId >MSTest</PackageId >
2222 <PackageTags >MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft</PackageTags >
23- <PackageReadmeFile >PACKAGE.md</PackageReadmeFile >
2423 <PackageDescription >
2524 MSTest is Microsoft supported Test Framework.
2625
6766 <PackageReference Include =" Microsoft.NET.Test.Sdk" VersionOverride =" $(MicrosoftNETTestSdkVersion)" Condition =" '$(TargetFramework)' != '$(UwpMinimum)'" PrivateAssets =" none" />
6867 </ItemGroup >
6968
70- <ItemGroup >
71- <None Include =" $(PackageReadmeFile)" Pack =" true" PackagePath =" \" />
72- </ItemGroup >
73-
7469 <!-- SDK bottom import -->
7570 <Import Project =" Sdk.targets" Sdk =" MSBuild.Sdk.Extras" Condition =" '$(OS)' == 'Windows_NT' " />
7671 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" Condition =" '$(OS)' != 'Windows_NT' " />
Original file line number Diff line number Diff line change 1515 <IsPackable >true</IsPackable >
1616 </PropertyGroup >
1717
18- <!-- Pack config -->
19- <PropertyGroup >
20- <CommonPackageTags >Microsoft test testing unittest unittesting unit-testing tdd</CommonPackageTags >
21- </PropertyGroup >
22-
2318</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments