We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c039 commit 8f57653Copy full SHA for 8f57653
src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
@@ -25,6 +25,9 @@
25
26
<!-- WinUI3 seems to want this target -->
27
<Target Name="GetTargetPathWithTargetPlatformMoniker" />
28
+
29
+ <!-- dotnet watch needs this target -->
30
+ <Target Name="_CollectWatchItems" />
31
32
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
33
</Project>
0 commit comments