Skip to content

Commit

Permalink
Merge pull request #147 from dolittle/failure-reason
Browse files Browse the repository at this point in the history
Do not release packages not meant for consumption
  • Loading branch information
woksin authored Jun 21, 2022
2 parents a79bdf9 + e1a1faf commit 92a7c4c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Benchmarks/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Samples/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Specifications/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>

0 comments on commit 92a7c4c

Please sign in to comment.