Remove debugging code

This commit is contained in:
Daniel Plaisted 2018-11-16 15:21:09 -08:00
parent f69d1f0fd3
commit 88fda677f3

View file

@ -18,8 +18,6 @@
<BundledToolFiles Include="$(RestoredToolRoot)\**\*.*" />
</ItemGroup>
<Exec Command="dir $(RestoredToolRoot)" />
<Copy SourceFiles="@(BundledToolFiles)"
DestinationFiles="@(BundledToolFiles->'$(LayoutFolder)$(PackageToRestore)\$(PackageVersionToRestore)\%(RecursiveDir)%(Filename)%(Extension)')"
SkipUnchangedFiles="true" />