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 6173743 commit 71fd27aCopy full SHA for 71fd27a
eng/targets/NuGet.targets
@@ -5,16 +5,4 @@
5
<NuspecProperty Include="Owners=$(Authors)" />
6
</ItemGroup>
7
8
- <Target Name="_GeneratePackGroupOutput"
9
- DependsOnTargets="_GetOutputItemsFromPack;Pack">
10
- <ItemGroup>
11
- <PackGroupOutput Include="@(_OutputPackItems->'%(FullPath)')" Condition="'%(_OutputPackItems.Extension)' == '.nupkg'" />
12
- </ItemGroup>
13
- </Target>
14
-
15
- <Target Name="PackOutputGroup"
16
- Outputs="@(PackGroupOutput)"
17
- DependsOnTargets="_GeneratePackGroupOutput">
18
19
20
</Project>
0 commit comments