From 2eac755db7898e644bd9e6b758e0b17608b242fe Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Wed, 8 Feb 2017 19:13:30 -0800 Subject: [PATCH] Refactor --- build.proj | 27 +------------------ build/Microsoft.DotNet.Cli.BundledSdks.props | 2 -- ...icrosoft.DotNet.Cli.BundledTemplates.props | 2 -- ...Microsoft.DotNet.Cli.GitCommitInfo.targets | 3 --- build/Microsoft.DotNet.Cli.HostInfo.targets | 2 -- build/Microsoft.DotNet.Cli.InitRepo.props | 7 +++++ build/Microsoft.DotNet.Cli.InitRepo.targets | 23 ++++++++++++++++ build/Microsoft.DotNet.Cli.Prepare.targets | 1 - build/Microsoft.DotNet.Cli.Test.targets | 2 -- dir.props | 12 ++++----- 10 files changed, 36 insertions(+), 45 deletions(-) create mode 100644 build/Microsoft.DotNet.Cli.InitRepo.props create mode 100644 build/Microsoft.DotNet.Cli.InitRepo.targets diff --git a/build.proj b/build.proj index 809e0b99a..5a0865085 100644 --- a/build.proj +++ b/build.proj @@ -2,16 +2,6 @@ - - - - - - - - $(MSBuildThisFileDirectory) - $(RepoRoot)/artifacts/obj - - $(GeneratedPropsDir)/GitCommitInfo.props - $(GeneratedPropsDir)/HostInfo.props - $(NUGET_PACKAGES) $(RepoRoot)/.nuget/packages @@ -27,4 +20,9 @@ netcoreapp2.0 + + + + +