Skip to content

Commit

Permalink
Merge pull request #755 from dotnet/fix754
Browse files Browse the repository at this point in the history
Define more empty targets
  • Loading branch information
AArnott committed May 12, 2022
2 parents d0b7c36 + 8f57653 commit 6463ef6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
Expand Up @@ -22,6 +22,12 @@
<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" />

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

0 comments on commit 6463ef6

Please sign in to comment.