From ec5e373dc275ba94a69b96e7d624337724a8f866 Mon Sep 17 00:00:00 2001 From: huangmin-ms Date: Thu, 29 Sep 2022 14:48:38 +0800 Subject: [PATCH] update --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17c039033..5dfa49c00 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.r) variables: solution: 'apidoctools.sln' buildConfiguration: 'Release' - mdocPath: 'bin/$(buildConfiguration)-6.0' + mdocPath: 'bin/$(buildConfiguration)-net6.0' stages: - stage: SDLCheck