# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. trigger: branches: include: - main - release/* - hotfix/* paths: include: - sdk/openai/ pr: branches: include: - main - feature/* - release/* - hotfix/* paths: include: - sdk/openai/ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: openai RunUnitTests: false Artifacts: - name: azure-openai safeName: azureopenai # Disable publishing to learn.microsoft.com until support is added # to type2docfx tooling for this kind of package layout # https://github.com/Azure/azure-sdk-for-js/issues/31787 skipPublishDocMs: true