Have the Build package include all its own dependencies (otherwise the DotNetCliTool won't work)
This commit is contained in:
parent
2f9515785e
commit
44a2603720
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
<OutDir>tools</OutDir>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="SetPackageProperties" BeforeTargets="_IntermediatePack">
|
||||
|
|
|
|||
Loading…
Reference in New Issue