Skip to content

Commit

Permalink
Add resourcemanager CI configuration. (#13224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jul 16, 2020
1 parent 921a204 commit f490a38
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sdk/resourcemanager/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger:
branches:
include:
- master
- hotfix/*
- release/*
paths:
include:
- sdk/resourcemanager/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/resourcemanager/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: resourcemanager
# Artifacts:
# - name: azure-identity
# groupId: com.azure
# safeName: azureidentity
14 changes: 14 additions & 0 deletions sdk/resourcemanager/pom.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-resourcemanager-service</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version><!-- Need not change for every release-->
<modules>
<!-- <module>azure-resourcemanager-something</module> -->
</modules>
</project>

0 comments on commit f490a38

Please sign in to comment.