Skip to content

Commit

Permalink
Base configuration for storage ci. (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jul 29, 2019
1 parent 0296c05 commit 009fdde
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sdk/storage/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/storage/

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

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
parameters:
ServiceDirectory: storage
14 changes: 14 additions & 0 deletions sdk/storage/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-storage-service</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version><!-- Need not change for every release-->
<!-- <modules>
<module>microsoft-azure-servicebus</module>
</modules> -->
</project>

0 comments on commit 009fdde

Please sign in to comment.