Skip to content

Commit 009fdde

Browse files
authored
Base configuration for storage ci. (#4654)
1 parent 0296c05 commit 009fdde

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

sdk/storage/ci.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# DO NOT EDIT THIS FILE
2+
# This file is generated automatically and any changes will be lost.
3+
4+
trigger:
5+
branches:
6+
include:
7+
- master
8+
paths:
9+
include:
10+
- sdk/storage/
11+
12+
pr:
13+
branches:
14+
include:
15+
- master
16+
paths:
17+
include:
18+
- sdk/storage/
19+
20+
jobs:
21+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
22+
parameters:
23+
ServiceDirectory: storage

sdk/storage/pom.service.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
2+
Licensed under the MIT License. -->
3+
<project xmlns="http://maven.apache.org/POM/4.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<modelVersion>4.0.0</modelVersion>
7+
<groupId>com.azure</groupId>
8+
<artifactId>azure-storage-service</artifactId>
9+
<packaging>pom</packaging>
10+
<version>1.0.0</version><!-- Need not change for every release-->
11+
<!-- <modules>
12+
<module>microsoft-azure-servicebus</module>
13+
</modules> -->
14+
</project>

0 commit comments

Comments
 (0)