From d78031f8bf484a95f2721678e229ace57f253cfb Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:44:45 -0700 Subject: [PATCH] chore: do not flatten folders for APIScan --- .azure-pipelines/apiscan.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/apiscan.yml b/.azure-pipelines/apiscan.yml index 4b8d4b8..7115a88 100644 --- a/.azure-pipelines/apiscan.yml +++ b/.azure-pipelines/apiscan.yml @@ -81,7 +81,6 @@ extends: build/**/*.pdb .cache/SpeechSDK/**/*.pdb TargetFolder: "$(Agent.TempDirectory)/apiscan" - flattenFolders: true displayName: Copy files for APIScan condition: succeeded()