diff --git a/sdk/ai/Azure.AI.Agents/tsp-location.yaml b/sdk/ai/Azure.AI.Agents/tsp-location.yaml new file mode 100644 index 000000000000..cbabfa6fb2bc --- /dev/null +++ b/sdk/ai/Azure.AI.Agents/tsp-location.yaml @@ -0,0 +1,6 @@ +directory: specification/ai/Azure.AI.Agents.V2.csharp +commit: b7220aba707e67f502b30c146a1aa4494f581521 +repo: Azure/azure-rest-api-specs-pr +emitterPackageJsonPath: eng/http-client-csharp-emitter-package.json +additionalDirectories: + - specification/ai/Azure.AI.Projects \ No newline at end of file diff --git a/sdk/ai/Azure.AI.Projects/tsp-location.yaml b/sdk/ai/Azure.AI.Projects/tsp-location.yaml new file mode 100644 index 000000000000..16660a28e54e --- /dev/null +++ b/sdk/ai/Azure.AI.Projects/tsp-location.yaml @@ -0,0 +1,6 @@ +directory: specification/ai/Azure.AI.Projects.csharp +commit: 93affa064715c1814ebbe3a69d4148413f800c45 +repo: Azure/azure-rest-api-specs-pr +emitterPackageJsonPath: eng/http-client-csharp-emitter-package.json +additionalDirectories: + - specification/ai/Azure.AI.Projects \ No newline at end of file diff --git a/sdk/ai/ci.agents.yml b/sdk/ai/ci.agents.yml new file mode 100644 index 000000000000..c27fbef895c5 --- /dev/null +++ b/sdk/ai/ci.agents.yml @@ -0,0 +1,37 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. + +trigger: + branches: + include: + - main + - hotfix/* + - release/* + - feature/* + paths: + include: + - sdk/ai + - sdk/ai/ci.agents.yml + - sdk/ai/Azure.AI.Agents + +pr: + branches: + include: + - main + - feature/* + - hotfix/* + - release/* + - feature/* + paths: + include: + - sdk/ai + - sdk/ai/ci.agents.yml + - sdk/ai/Azure.AI.Agents + +extends: + template: /eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: ai + ArtifactName: packages + Artifacts: + - name: Azure.AI.Agents + safeName: AzureAIAgents