From e1b06e82d7cfc1d022995f4395d4c51a8324ead8 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 25 Feb 2021 14:43:32 -0600 Subject: [PATCH] ArPow stage 1: local source-build infrastructure (#2024) * ArPow stage 1: local source-build infrastructure * Updates per code review * Updates per code review * Refactor how Analyzers are excluded from source-build builds --- eng/SourceBuild.props | 12 ++++++++++++ eng/SourceBuildPrebuiltBaseline.xml | 5 +++++ eng/Version.Details.xml | 6 ++++++ src/Directory.Build.props | 3 ++- 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 eng/SourceBuild.props create mode 100644 eng/SourceBuildPrebuiltBaseline.xml diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props new file mode 100644 index 000000000..4d4b4b304 --- /dev/null +++ b/eng/SourceBuild.props @@ -0,0 +1,12 @@ + + + + diagnostics + true + + + + + + + diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml new file mode 100644 index 000000000..c1b6dfbf0 --- /dev/null +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44744b061..139a819cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -24,11 +24,17 @@ https://github.com/dotnet/installer 53e0c8c7f9c65a13c17f58135557665a5a0c15b1 + + https://github.com/dotnet/source-build-reference-packages + def2e2c6dc5064319250e2868a041a3dc07f9579 + + https://github.com/dotnet/arcade 938b3e8b4edcd96ca0f0cbbae63c87b3f51f7afe + https://github.com/dotnet/aspnetcore diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 4e18a5531..7dfea314a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -27,5 +27,6 @@ portable - + -- 2.34.1