Skip to content

Commit

Permalink
Merge pull request #821 from dotnet/fix820
Browse files Browse the repository at this point in the history
Add GetTargetPath target for SqlServer projects
  • Loading branch information
AArnott committed Sep 20, 2022
2 parents a908c6d + bb04eec commit b6c02c4
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 b6c02c4

Please sign in to comment.