From db95a1815e1f1df09eafdc0c7192f6e1866594e2 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:20:41 -0700 Subject: [PATCH] add comment --- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index a421334890e59..d24b0e0539631 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -260,6 +260,8 @@ stages: workingDirectory: '$(Build.BinariesDirectory)' condition: succeededOrFailed() +# We currently use static frameworks in the iOS packages. +# This test validates that dynamic frameworks also work. - stage: IosDynamicFramework dependsOn: [] jobs: