Skip to content

Commit 7cd385a

Browse files
committed
Add private p2p targets for VSIX project compatibility
1 parent a8d30d4 commit 7cd385a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
<!-- This target is called by Clean or Rebuild on a referencing project. -->
1414
<Target Name="Clean" />
1515

16-
<!-- This target is called by their respective targets on referencing projects. -->
16+
<!-- These targets are called by their respective targets on referencing projects. -->
1717
<Target Name="Pack" />
1818
<Target Name="Publish" />
19+
20+
<!-- These targets are called when the consuming project is a VSIX project. -->
21+
<Target Name="BuiltProjectOutputGroup" />
22+
<Target Name="SatelliteDllsProjectOutputGroup" />
1923
</Project>

0 commit comments

Comments
 (0)