Skip to content

Commit

Permalink
Declare an empty _CollectWatchItems target
Browse files Browse the repository at this point in the history
Fixes #732
  • Loading branch information
AArnott committed May 12, 2022
1 parent f53c039 commit 8f57653
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
Expand Up @@ -25,6 +25,9 @@

<!-- WinUI3 seems to want this target -->
<Target Name="GetTargetPathWithTargetPlatformMoniker" />

<!-- dotnet watch needs this target -->
<Target Name="_CollectWatchItems" />

<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
</Project>

0 comments on commit 8f57653

Please sign in to comment.