Omit nupkgs and related files in the SDK bundle. (#2030)
This commit is contained in:
parent
d987a525c8
commit
f55dd40436
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<BundledToolFiles Include="$(RestoredToolRoot)\**\*.*" />
|
||||
<BundledToolFiles Remove="$(RestoredToolRoot)\*.*" />
|
||||
</ItemGroup>
|
||||
|
||||
<Copy SourceFiles="@(BundledToolFiles)"
|
||||
|
|
Loading…
Add table
Reference in a new issue