Skip to content

Commit

Permalink
Add GetTargetPath target for SqlServer projects
Browse files Browse the repository at this point in the history
Fixes #820
  • Loading branch information
AArnott committed Sep 20, 2022
1 parent a908c6d commit bb04eec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@
<Target Name="SatelliteDllsProjectOutputGroup" />
<Target Name="BuiltProjectOutputGroupDependencies" />
<Target Name="DebugSymbolsProjectOutputGroup" />

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

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

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

<!-- SqlServer projects want this target-->
<Target Name="GetTargetPath" />

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

0 comments on commit bb04eec

Please sign in to comment.