Skip to content

Commit 569e229

Browse files
committed
Mark libclang nuget as non-shipping
1 parent 62ca57a commit 569e229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.pkgproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
4+
<PropertyGroup>
5+
<IsShipping>false</IsShipping>
6+
</PropertyGroup>
7+
38
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
49

510
<Import Condition="'$(_packageTargetOSGroup)' != ''" Project="$(MSBuildThisFileDirectory)runtime.$(_packageTargetOSGroup).$(MSBuildProjectName).props" />

0 commit comments

Comments
 (0)