File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments