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:
authorMorgan Brown <morganbr@users.noreply.github.com>2018-12-15 05:45:55 +0300
committerGitHub <noreply@github.com>2018-12-15 05:45:55 +0300
commit775633180431f39c21d82ab80aec423414bae801 (patch)
treeefed8ffd2b2d49c56e80e0b30c66d67ef703f14e /src/coreclr/Directory.Build.props
parent0ab9e565065080a8400ef1c7723167dab97b00a6 (diff)
Add Azure DevOps signing support (dotnet/coreclr#21545)
Add signing support for Azure DevOps pipelines. This uses the arcade signing step, but with custom logic to find files to sign while we're not using arcade for the rest of the build. Commit migrated from https://github.com/dotnet/coreclr/commit/e763e8302028edb4a49e22b7e18b888b3145d48c
Diffstat (limited to 'src/coreclr/Directory.Build.props')
-rw-r--r--src/coreclr/Directory.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/Directory.Build.props b/src/coreclr/Directory.Build.props
index 2082362adcb..63bb6d6c6e7 100644
--- a/src/coreclr/Directory.Build.props
+++ b/src/coreclr/Directory.Build.props
@@ -1,4 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(ArcadeBuild)' == 'True'"/>
<PropertyGroup>
<CL_MPCount>$(NumberOfCores)</CL_MPCount>
</PropertyGroup>