Add Azure DevOps signing support (dotnet/coreclr#21545)
authorMorgan Brown <morganbr@users.noreply.github.com>
Sat, 15 Dec 2018 02:45:55 +0000 (18:45 -0800)
committerGitHub <noreply@github.com>
Sat, 15 Dec 2018 02:45:55 +0000 (18:45 -0800)
commit775633180431f39c21d82ab80aec423414bae801
treeefed8ffd2b2d49c56e80e0b30c66d67ef703f14e
parent0ab9e565065080a8400ef1c7723167dab97b00a6
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
eng/build-job.yml
eng/xplat-job.yml
src/coreclr/Directory.Build.props
src/coreclr/Directory.Build.targets [new file with mode: 0644]