File tree 6 files changed +15
-29
lines changed
Analyzers/MSTest.Analyzers.Package
6 files changed +15
-29
lines changed Original file line number Diff line number Diff line change 11
11
<AssemblyFileVersion >14.0.0.0</AssemblyFileVersion >
12
12
</PropertyGroup >
13
13
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
+
14
25
</Project >
Original file line number Diff line number Diff line change 10
10
<PropertyGroup >
11
11
<IsPackable >true</IsPackable >
12
12
<PackageId >MSTest.Analyzers</PackageId >
13
- <PackageReadmeFile >PACKAGE.md</PackageReadmeFile >
14
13
<PackageTags >MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework</PackageTags >
15
14
<PackageDescription >
16
15
MSTest is Microsoft supported Test Framework.
29
28
30
29
<ItemGroup >
31
30
<None Update =" tools\*.ps1" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" " />
32
- <None Include =" $(PackageReadmeFile)" Pack =" true" PackagePath =" \" />
33
31
</ItemGroup >
34
32
35
33
<Target Name =" _GenerateGlobalConfigs" >
Original file line number Diff line number Diff line change 9
9
10
10
<Import Project =" ../Directory.Build.props" />
11
11
12
+ <!-- Pack config -->
13
+ <PropertyGroup >
14
+ <CommonPackageTags >Microsoft test testing unittest unittesting unit-testing tdd</CommonPackageTags >
15
+ </PropertyGroup >
12
16
</Project >
Original file line number Diff line number Diff line change 20
20
<IsPackable >true</IsPackable >
21
21
<PackageId >MSTest</PackageId >
22
22
<PackageTags >MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft</PackageTags >
23
- <PackageReadmeFile >PACKAGE.md</PackageReadmeFile >
24
23
<PackageDescription >
25
24
MSTest is Microsoft supported Test Framework.
26
25
67
66
<PackageReference Include =" Microsoft.NET.Test.Sdk" VersionOverride =" $(MicrosoftNETTestSdkVersion)" Condition =" '$(TargetFramework)' != '$(UwpMinimum)'" PrivateAssets =" none" />
68
67
</ItemGroup >
69
68
70
- <ItemGroup >
71
- <None Include =" $(PackageReadmeFile)" Pack =" true" PackagePath =" \" />
72
- </ItemGroup >
73
-
74
69
<!-- SDK bottom import -->
75
70
<Import Project =" Sdk.targets" Sdk =" MSBuild.Sdk.Extras" Condition =" '$(OS)' == 'Windows_NT' " />
76
71
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" Condition =" '$(OS)' != 'Windows_NT' " />
Original file line number Diff line number Diff line change 15
15
<IsPackable >true</IsPackable >
16
16
</PropertyGroup >
17
17
18
- <!-- Pack config -->
19
- <PropertyGroup >
20
- <CommonPackageTags >Microsoft test testing unittest unittesting unit-testing tdd</CommonPackageTags >
21
- </PropertyGroup >
22
-
23
18
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments