From 87092a25904eca65008a58714ed3938724ee95e5 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 13 Nov 2018 15:54:28 -0800 Subject: [PATCH] Update targets and infrastructure for dotnet-watch et. al. --- .gitmodules | 4 -- build/buildorder.props | 1 - build/repo.props | 6 ++- build/submodules.props | 1 - eng/Baseline.props | 50 +++++++++++++------ eng/Dependencies.props | 6 +++ eng/ProjectReferences.props | 5 ++ eng/tools/BaselineGenerator/baseline.xml | 6 ++- modules/DotNetTools | 1 - src/Tools/Directory.Build.props | 9 ++++ src/Tools/Directory.Build.targets | 4 ++ .../dotnet-watch/src/dotnet-watch.csproj | 2 +- .../test/dotnet-watch.Tests.csproj | 5 -- 13 files changed, 70 insertions(+), 30 deletions(-) delete mode 160000 modules/DotNetTools create mode 100644 src/Tools/Directory.Build.props diff --git a/.gitmodules b/.gitmodules index 57b1b97fdf..696da212f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,10 +30,6 @@ path = modules/Diagnostics url = https://github.com/aspnet/Diagnostics.git branch = release/2.1 -[submodule "modules/DotNetTools"] - path = modules/DotNetTools - url = https://github.com/aspnet/DotNetTools.git - branch = release/2.1 [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git diff --git a/build/buildorder.props b/build/buildorder.props index 89ee48312e..4f36b48031 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -7,7 +7,6 @@ - diff --git a/build/repo.props b/build/repo.props index dbda0b55d0..cec72fd000 100644 --- a/build/repo.props +++ b/build/repo.props @@ -42,12 +42,16 @@ - + diff --git a/build/submodules.props b/build/submodules.props index 8db8e4fe1f..2553946610 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -55,7 +55,6 @@ - diff --git a/eng/Baseline.props b/eng/Baseline.props index f638420950..143bb89af7 100644 --- a/eng/Baseline.props +++ b/eng/Baseline.props @@ -4,6 +4,26 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) 2.1.6 + + + 2.1.1 + + + + + 2.1.1 + + + + + 2.1.1 + + + + + 2.1.1 + + 2.1.1 @@ -19,21 +39,6 @@ - - - 2.1.1 - - - - - - - - - - - - 2.1.1 @@ -80,6 +85,21 @@ + + + 2.1.1 + + + + + + + + + + + + 2.1.1 diff --git a/eng/Dependencies.props b/eng/Dependencies.props index a8a2f8543d..95ff7fb38f 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -7,20 +7,26 @@ + + + + + + diff --git a/eng/ProjectReferences.props b/eng/ProjectReferences.props index 7d310275de..ce1657d68b 100644 --- a/eng/ProjectReferences.props +++ b/eng/ProjectReferences.props @@ -12,6 +12,11 @@ + + + + + diff --git a/eng/tools/BaselineGenerator/baseline.xml b/eng/tools/BaselineGenerator/baseline.xml index 86dc5fab87..1bb113b638 100644 --- a/eng/tools/BaselineGenerator/baseline.xml +++ b/eng/tools/BaselineGenerator/baseline.xml @@ -1,13 +1,17 @@ + + + + - + diff --git a/modules/DotNetTools b/modules/DotNetTools deleted file mode 160000 index eba014d534..0000000000 --- a/modules/DotNetTools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eba014d534ef34ea88ce6c3879b92743b825a7fe diff --git a/src/Tools/Directory.Build.props b/src/Tools/Directory.Build.props new file mode 100644 index 0000000000..6b35802689 --- /dev/null +++ b/src/Tools/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + $(RepositoryRoot)obj\$(MSBuildProjectName)\ + $(RepositoryRoot)bin\$(MSBuildProjectName)\ + + + diff --git a/src/Tools/Directory.Build.targets b/src/Tools/Directory.Build.targets index 3d2647b41b..7928d3f6cf 100644 --- a/src/Tools/Directory.Build.targets +++ b/src/Tools/Directory.Build.targets @@ -1,6 +1,10 @@ + + true + + diff --git a/src/Tools/dotnet-watch/src/dotnet-watch.csproj b/src/Tools/dotnet-watch/src/dotnet-watch.csproj index fa2f617f41..4aff804186 100644 --- a/src/Tools/dotnet-watch/src/dotnet-watch.csproj +++ b/src/Tools/dotnet-watch/src/dotnet-watch.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj index ce23611f24..2bad8c40c4 100644 --- a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj +++ b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj @@ -15,11 +15,6 @@ - - - - - <_Parameter1>TestSettings:RestoreSources