File tree 2 files changed +6
-8
lines changed
Microsoft.TestPlatform.Portable
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<PropertyGroup >
19
- <IsPackable >true</IsPackable >
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 >
20
21
<NuspecFile >Microsoft.TestPlatform.Portable.nuspec</NuspecFile >
21
22
<NuspecBasePath >$(OutputPath)</NuspecBasePath >
22
23
<PackageId >Microsoft.TestPlatform.Portable</PackageId >
31
32
</PackageDescription >
32
33
<!-- Override default license -->
33
34
<PackageLicenseFile >LICENSE_VS.txt</PackageLicenseFile >
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 >
35
+ <PackageLicenseFullPath >$(SrcPackageFolder)licenses/LICENSE_VS.txt</PackageLicenseFullPath >
37
36
</PropertyGroup >
38
37
39
38
<ItemGroup Label =" NuGet" >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
- <IsPackable >true</IsPackable >
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 >
19
20
<NuspecFile >Microsoft.TestPlatform.nuspec</NuspecFile >
20
21
<NuspecBasePath >$(OutputPath)</NuspecBasePath >
21
22
<PackageId >Microsoft.TestPlatform</PackageId >
33
34
</PackageDescription >
34
35
<!-- Override default license -->
35
36
<PackageLicenseFile >LICENSE_VS.txt</PackageLicenseFile >
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 >
37
+ <PackageLicenseFullPath >$(SrcPackageFolder)licenses/LICENSE_VS.txt</PackageLicenseFullPath >
39
38
</PropertyGroup >
40
39
41
40
<ItemGroup Label =" NuGet" >
You can’t perform that action at this time.
0 commit comments