mirror of https://github.com/dotnet/tye.git
9 changed files with 14 additions and 14 deletions
@ -0,0 +1,7 @@ |
|||
<Project> |
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> |
|||
|
|||
<PropertyGroup> |
|||
<IsPackable>true</IsPackable> |
|||
</PropertyGroup> |
|||
</Project> |
|||
@ -0,0 +1,7 @@ |
|||
<Project> |
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> |
|||
|
|||
<PropertyGroup> |
|||
<IsPackable>false</IsPackable> |
|||
</PropertyGroup> |
|||
</Project> |
|||
Loading…
Reference in new issue