We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d30d4 commit 7cd385aCopy full SHA for 7cd385a
src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
@@ -13,7 +13,11 @@
13
<!-- This target is called by Clean or Rebuild on a referencing project. -->
14
<Target Name="Clean" />
15
16
- <!-- This target is called by their respective targets on referencing projects. -->
+ <!-- These targets are called by their respective targets on referencing projects. -->
17
<Target Name="Pack" />
18
<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" />
23
</Project>
0 commit comments