Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-21 22:05:49 +0300
committerGitHub <noreply@github.com>2019-05-21 22:05:49 +0300
commit1b050f7c3c559ff4698bb881c7350b5855f32e32 (patch)
tree0fcb06bc80ba4d2d22cf9aaa4e75b62efaa6f0de /src/coreclr/Directory.Build.props
parente97c7fdd89a36f2a9fab95eeb62d5f63deb90da5 (diff)
Switch NuGet package build to use Arcade instead of BuildTools (dotnet/coreclr#24619)
Commit migrated from https://github.com/dotnet/coreclr/commit/0d6facf7afac5868db3dce55a1fb940a02365687
Diffstat (limited to 'src/coreclr/Directory.Build.props')
-rw-r--r--src/coreclr/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/Directory.Build.props b/src/coreclr/Directory.Build.props
index 1b43fd479ac..917b9a84b6d 100644
--- a/src/coreclr/Directory.Build.props
+++ b/src/coreclr/Directory.Build.props
@@ -8,7 +8,7 @@
<Copyright>$(CopyrightNetFoundation)</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
-
+
<PropertyGroup>
<CL_MPCount>$(NumberOfCores)</CL_MPCount>
</PropertyGroup>