From e763e8302028edb4a49e22b7e18b888b3145d48c Mon Sep 17 00:00:00 2001 From: Morgan Brown Date: Fri, 14 Dec 2018 18:45:55 -0800 Subject: Add Azure DevOps signing support (#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. --- Directory.Build.props | 1 + 1 file changed, 1 insertion(+) (limited to 'Directory.Build.props') diff --git a/Directory.Build.props b/Directory.Build.props index 2082362adc..63bb6d6c6e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,5 @@ + $(NumberOfCores) -- cgit v1.2.3