We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a908c6d commit bb04eecCopy full SHA for bb04eec
src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
@@ -22,15 +22,18 @@
22
<Target Name="SatelliteDllsProjectOutputGroup" />
23
<Target Name="BuiltProjectOutputGroupDependencies" />
24
<Target Name="DebugSymbolsProjectOutputGroup" />
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
<!-- VS Test wants to see this target -->
33
<Target Name="VSTest" />
34
35
+ <!-- SqlServer projects want this target-->
36
+ <Target Name="GetTargetPath" />
37
38
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
39
</Project>
0 commit comments