2023-05-22 19:11:39 +03:00
|
|
|
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
|
2024-11-16 00:43:32 +03:00
|
|
|
|
2023-05-22 19:11:39 +03:00
|
|
|
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
|
2024-08-20 19:16:37 +03:00
|
|
|
RunUnitTests: false
|
2023-05-22 19:11:39 +03:00
|
|
|
Artifacts:
|
|
|
|
- name: azure-openai
|
|
|
|
safeName: azureopenai
|
2024-11-16 00:43:32 +03:00
|
|
|
# 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
|