Skip to content

Commit

Permalink
Update build.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Aug 24, 2021
1 parent ab229af commit 783bc4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<Delete Files="@(NugetPkgs)" />
</Target>

<!--
<Target Name="PackLite">
<ItemGroup>
<Projects Include="$(RootFolder)\Source\Krypton Components\Krypton.*\*.csproj" />
Expand All @@ -49,6 +50,7 @@
<MSBuild Projects="@(Projects)" Properties="Configuration=$(Configuration);TFMs=lite" Targets="Restore" />
<MSBuild Projects="@(Projects)" Properties="Configuration=$(Configuration);TFMs=lite" Targets="Pack" />
</Target>
-->

<Target Name="PackAll">
<ItemGroup>
Expand Down

0 comments on commit 783bc4e

Please sign in to comment.