From: Michael Simons Date: Thu, 25 Feb 2021 20:43:32 +0000 (-0600) Subject: ArPow stage 1: local source-build infrastructure (#2024) X-Git-Tag: submit/tizen/20210909.063632~17^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1b06e82d7cfc1d022995f4395d4c51a8324ead8;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git 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 --- 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 - +