Skip to content

Commit

Permalink
Add empty VSTest target
Browse files Browse the repository at this point in the history
Fixes #774
  • Loading branch information
AArnott committed Jun 6, 2022
1 parent 9487a05 commit a39b14e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

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

<!-- VS Test wants to see this target -->
<Target Name="VSTest" />

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

0 comments on commit a39b14e

Please sign in to comment.