Skip to content

Commit

Permalink
Add JsonPeek/JsonPoke properties
Browse files Browse the repository at this point in the history
This allows detecting whether the tasks are available.

Fixes #55
  • Loading branch information
kzu committed Sep 1, 2022
1 parent 2dbc358 commit a990428
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/JsonPeek/JsonPeek.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<JsonPeek>true</JsonPeek>
</PropertyGroup>

</Project>
7 changes: 7 additions & 0 deletions src/JsonPoke/JsonPoke.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<JsonPoke>true</JsonPoke>
</PropertyGroup>

</Project>

0 comments on commit a990428

Please sign in to comment.