-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David R. Williamson
committed
May 19, 2020
1 parent
e6a9543
commit 77d5e26
Showing
6 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
.vs/ | ||
*.lock.json | ||
developer/ | ||
launch.json | ||
|
||
# Build results | ||
binaries/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.config.json | ||
!*common.config.json | ||
!*common.test.assets.config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# DO NOT EDIT THIS FILE | ||
# This file is generated automatically and any changes will be lost. | ||
|
||
resources: | ||
repositories: | ||
- repository: azure-sdk-tools | ||
type: github | ||
name: Azure/azure-sdk-tools | ||
endpoint: azure | ||
- repository: azure-sdk-build-tools | ||
type: git | ||
name: internal/azure-sdk-build-tools | ||
|
||
trigger: | ||
branches: | ||
include: | ||
- master | ||
- hotfix/* | ||
- release/* | ||
paths: | ||
include: | ||
- sdk/digitaltwins/ | ||
|
||
pr: | ||
branches: | ||
include: | ||
- master | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
paths: | ||
include: | ||
- sdk/digitaltwins/ | ||
|
||
stages: | ||
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml | ||
parameters: | ||
ServiceDirectory: digitaltwins | ||
ArtifactName: packages | ||
Artifacts: | ||
- name: Azure.DigitalTwins.Core | ||
safeName: AzureDigitalTwinsCore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
trigger: none | ||
|
||
resources: | ||
repositories: | ||
- repository: azure-sdk-tools | ||
type: github | ||
name: Azure/azure-sdk-tools | ||
endpoint: azure | ||
|
||
jobs: | ||
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml | ||
parameters: | ||
ServiceDirectory: digitaltwins | ||
Location: southcentralus | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview) | ||
EnvVars: | ||
# Runs live tests. | ||
AZURE_IOT_TEST_MODE: Live |