From bc0706894b3e53461d2662c177f68bd7f861d306 Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Mon, 19 Sep 2022 11:53:02 -0700 Subject: [PATCH] Fix typo in botbuilder-dotnet-ci.yml (#6475) --- build/yaml/botbuilder-dotnet-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/yaml/botbuilder-dotnet-ci.yml b/build/yaml/botbuilder-dotnet-ci.yml index d608c5267..ee29a100f 100644 --- a/build/yaml/botbuilder-dotnet-ci.yml +++ b/build/yaml/botbuilder-dotnet-ci.yml @@ -27,7 +27,8 @@ variables: runCodesignValidationInjection: false # Disables unnecessary CodeSign Validation step system_accesstoken: $(System.AccessToken) LGTM.UploadSnapshot: true - Semmle.SkipAnalysis: true# ApiCompatExcludeClasses: (optional) define this in Azure + Semmle.SkipAnalysis: true +# ApiCompatExcludeClasses: (optional) define this in Azure # DisableApiCompatibityValidation: (optional) define this in Azure # DotNetCoverallsToken: define this in Azure # GitHubCommentApiKey: define this in Azure