Omit nupkgs and related files in the SDK bundle. (#2030)

This commit is contained in:
John Beisner 2019-05-16 16:33:49 -07:00 committed by GitHub
parent d987a525c8
commit f55dd40436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<BundledToolFiles Include="$(RestoredToolRoot)\**\*.*" /> <BundledToolFiles Include="$(RestoredToolRoot)\**\*.*" />
<BundledToolFiles Remove="$(RestoredToolRoot)\*.*" />
</ItemGroup> </ItemGroup>
<Copy SourceFiles="@(BundledToolFiles)" <Copy SourceFiles="@(BundledToolFiles)"