From 872acd1ea2478e39be890afadd3eaae27b91a0a2 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Mon, 26 Oct 2020 10:24:19 -0700 Subject: [PATCH] Fix EsrpSign Example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe68c2..40e01f9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The following sample shows how the templates can be included in your release YAM 1. Call the template from this repo in your yaml file and specify the values for the parameters. ```yaml - - template: EsrpSign@ComplianceRepo + - template: EsrpSign.yml@ComplianceRepo parameters: # the folder which contains the binaries to sign buildOutputPath: $(signSrcPath)