From c4ec980668780ef3d5e5a9839f35a495c6571f4e Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:25:14 -0700 Subject: [PATCH] fix: skip APIScan --- build/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 9c33b7a2..c0e653a5 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -51,4 +51,5 @@ extends: publishPackage: true nextVersion: ${{ parameters.nextVersion }} ghCreateRelease: true - ghReleaseAddChangeLog: true \ No newline at end of file + ghReleaseAddChangeLog: true + skipAPIScan: true \ No newline at end of file