Skip to content

Commit

Permalink
Setup cognitive services CI. (#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jun 25, 2019
1 parent f56d2b4 commit 4fa7c8d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sdk/cognitiveservices/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger:
branches:
include:
- master
paths:
include:
- sdk/cognitiveservices/

pr:
branches:
include:
- master
paths:
include:
- sdk/cognitiveservices/

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
parameters:
ServiceDirectory: cognitiveservices
14 changes: 14 additions & 0 deletions sdk/cognitiveservices/pom.service.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure</groupId>
<artifactId>azure-cognitiveservices-service</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version><!-- Need not change for every release-->
<modules>
<!-- <module>microsoft-azure-batch</module> -->
</modules>
</project>

0 comments on commit 4fa7c8d

Please sign in to comment.