From 66d3c267504aa7cdba3bc455716bdf7f9b6cd85f Mon Sep 17 00:00:00 2001 From: Mark Roghelia Date: Mon, 30 Mar 2020 12:28:16 -0400 Subject: [PATCH] Sign 3rd party CommandLine.dll (#2880) --- .azure-pipelines/signing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/signing.yml b/.azure-pipelines/signing.yml index 70eb88f928..f2cbabb408 100644 --- a/.azure-pipelines/signing.yml +++ b/.azure-pipelines/signing.yml @@ -137,6 +137,7 @@ steps: FolderPath: '${{ parameters.layoutRoot }}' Pattern: | bin\Ben.Demystifier.dll + bin\CommandLine.dll bin\DotNet.Glob.dll bin\Minimatch.dll bin\NCrontab.Signed.dll @@ -201,4 +202,4 @@ steps: inputs: SourceFolder: '${{ parameters.layoutRoot }}' Contents: '**\CodeSignSummary-*.md' - displayName: Delete CodeSignSummary.md \ No newline at end of file + displayName: Delete CodeSignSummary.md