small refactor
This commit is contained in:
parent
12e540920b
commit
6b7ad0544f
2 changed files with 11 additions and 11 deletions
11
build.proj
11
build.proj
|
@ -76,5 +76,16 @@
|
||||||
WorkingDirectory="$(DotnetCliBuildDirectory)"/>
|
WorkingDirectory="$(DotnetCliBuildDirectory)"/>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<Target Name="BuildTheWholeCli" DependsOnTargets="$(CLITargets)" />
|
||||||
|
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.GitCommitInfo.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.HostInfo.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Prepare.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Compile.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Package.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Test.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Publish.targets" />
|
||||||
|
<Import Project="build/Microsoft.DotNet.Cli.Run.targets" />
|
||||||
|
|
||||||
<Import Project="build/Microsoft.DotNet.Cli.InitRepo.targets" />
|
<Import Project="build/Microsoft.DotNet.Cli.InitRepo.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -9,15 +9,4 @@
|
||||||
<MakeDir Condition=" !Exists('$(GeneratedPropsDir)') "
|
<MakeDir Condition=" !Exists('$(GeneratedPropsDir)') "
|
||||||
Directories="$(GeneratedPropsDir)" />
|
Directories="$(GeneratedPropsDir)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="BuildTheWholeCli" DependsOnTargets="$(CLITargets)" />
|
|
||||||
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.GitCommitInfo.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.HostInfo.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Prepare.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Compile.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Package.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Test.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Publish.targets" />
|
|
||||||
<Import Project="Microsoft.DotNet.Cli.Run.targets" />
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue