File tree 2 files changed +8
-6
lines changed
Microsoft.TestPlatform.Portable
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<PropertyGroup >
19
- <!-- Don't produce this package when building from source or inside the VMR as it relies on a VS license. -->
20
- <IsPackable Condition =" '$(DotNetBuild)' != 'true'" >true</IsPackable >
19
+ <IsPackable >true</IsPackable >
21
20
<NuspecFile >Microsoft.TestPlatform.Portable.nuspec</NuspecFile >
22
21
<NuspecBasePath >$(OutputPath)</NuspecBasePath >
23
22
<PackageId >Microsoft.TestPlatform.Portable</PackageId >
32
31
</PackageDescription >
33
32
<!-- Override default license -->
34
33
<PackageLicenseFile >LICENSE_VS.txt</PackageLicenseFile >
35
- <PackageLicenseFullPath >$(SrcPackageFolder)licenses/LICENSE_VS.txt</PackageLicenseFullPath >
34
+ <!-- Use the MIT license when building from the VMR as the VS license is cloaked out. -->
35
+ <PackageLicenseFile Condition =" '$(DotNetBuild)' == 'true'" >LICENSE_MIT.txt</PackageLicenseFile >
36
+ <PackageLicenseFullPath >$(SrcPackageFolder)licenses/$(PackageLicenseFile)</PackageLicenseFullPath >
36
37
</PropertyGroup >
37
38
38
39
<ItemGroup Label =" NuGet" >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
- <!-- Don't produce this package when building from source or inside the VMR as it relies on a VS license. -->
19
- <IsPackable Condition =" '$(DotNetBuild)' != 'true'" >true</IsPackable >
18
+ <IsPackable >true</IsPackable >
20
19
<NuspecFile >Microsoft.TestPlatform.nuspec</NuspecFile >
21
20
<NuspecBasePath >$(OutputPath)</NuspecBasePath >
22
21
<PackageId >Microsoft.TestPlatform</PackageId >
34
33
</PackageDescription >
35
34
<!-- Override default license -->
36
35
<PackageLicenseFile >LICENSE_VS.txt</PackageLicenseFile >
37
- <PackageLicenseFullPath >$(SrcPackageFolder)licenses/LICENSE_VS.txt</PackageLicenseFullPath >
36
+ <!-- Use the MIT license when building from the VMR as the VS license is cloaked out. -->
37
+ <PackageLicenseFile Condition =" '$(DotNetBuild)' == 'true'" >LICENSE_MIT.txt</PackageLicenseFile >
38
+ <PackageLicenseFullPath >$(SrcPackageFolder)licenses/$(PackageLicenseFile)</PackageLicenseFullPath >
38
39
</PropertyGroup >
39
40
40
41
<ItemGroup Label =" NuGet" >
You can’t perform that action at this time.
0 commit comments