summaryrefslogtreecommitdiff
path: root/Directory.Build.targets
AgeCommit message (Collapse)AuthorFilesLines
2019-05-24[master] Update dependencies from dotnet/arcade (#24333)dotnet-maestro[bot]1-1/+10
* Update dependencies from https://github.com/dotnet/arcade build 20190522.13 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19272.13 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19272.13 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19272.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19272.13 * Update Unix permissions * Set the versions same way as CoreFX repo * Fix the product branding version * Delete .NET Framework reference assemblies reference * Workaround for https://github.com/dotnet/arcade/issues/2673
2018-12-14Add Azure DevOps signing support (#21545)Morgan Brown1-0/+4
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.