Skip to content

Commit

Permalink
Disable packing Demo app, tools, and test assets. (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Nov 10, 2020
1 parent 7ae2d22 commit 93372b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions DllImportGenerator/Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<!-- See https://github.com/dotnet/runtime/issues/42745 for why this is needed. -->
<UseAppHost>true</UseAppHost>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions DllImportGenerator/TestAssets/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions DllImportGenerator/Tools/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>

0 comments on commit 93372b1

Please sign in to comment.