Skip to content

Commit bb04eec

Browse files
committed
Add GetTargetPath target for SqlServer projects
Fixes #820
1 parent a908c6d commit bb04eec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@
2222
<Target Name="SatelliteDllsProjectOutputGroup" />
2323
<Target Name="BuiltProjectOutputGroupDependencies" />
2424
<Target Name="DebugSymbolsProjectOutputGroup" />
25-
25+
2626
<!-- WinUI3 seems to want this target -->
2727
<Target Name="GetTargetPathWithTargetPlatformMoniker" />
28-
28+
2929
<!-- dotnet watch needs this target -->
3030
<Target Name="_CollectWatchItems" />
31-
31+
3232
<!-- VS Test wants to see this target -->
3333
<Target Name="VSTest" />
3434

35+
<!-- SqlServer projects want this target-->
36+
<Target Name="GetTargetPath" />
37+
3538
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
3639
</Project>

0 commit comments

Comments
 (0)