forked from Azure/azure-docs-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.json
75 lines (75 loc) · 2.6 KB
/
repo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"repo": [
{
"url": "https://github.com/Azure/azure-sdk-for-net.git",
"branch": "AutoRest",
"name": "azure-sdk-for-net",
"build_scripts": [
"& nuget restore src/ResourceManagement/Automation/Automation.sln",
"& ../../scripts/RemoveBCL.exe src/ResourceManagement/Automation/AutomationManagement/AutomationManagement.csproj"
]
},
{
"url": "https://github.com/Azure/elastic-db-tools",
"branch": "master",
"name": "elastic-db-tools"
},
{
"url": "https://github.com/Azure/azure-sdk-for-net",
"branch": "master",
"name": "azure-sdk-for-net-master",
"build_scripts": [
"& nuget restore src/ResourceManagement/DataFactory",
"& nuget restore src/ResourceManagement/StreamAnalytics/StreamAnalytics.sln",
"& ../../scripts/RemoveBCL.exe src/ResourceManagement/DataFactory/DataFactoryManagement/DataFactoryManagement.csproj",
"& ../../scripts/RemoveBCL.exe src/ResourceManagement/StreamAnalytics/StreamAnalyticsManagement/StreamAnalyticsManagement.csproj"
]
},
{
"url": "https://github.com/Microsoft/ApplicationInsights-dotnet",
"branch": "master",
"name": "ApplicationInsights-dotnet",
"build_scripts": ["Start-process ./buildRelease.cmd -redirectStandardInput buildDebug.cmd"]
},
{
"url": "https://github.com/Azure/azure-sdk-for-media-services",
"branch": "master",
"name": "azure-sdk-for-media-services",
"build_scripts": ["& nuget restore"]
},
{
"url": "https://github.com/Azure/azure-sdk-for-media-services-extensions",
"branch": "dev",
"name": "azure-sdk-for-media-services-extensions",
"build_scripts": ["& nuget restore"]
},
{
"url": "https://github.com/Azure/azure-iot-sdk-csharp.git",
"branch": "master",
"name": "azure-iot-sdks",
"build_scripts": ["& nuget restore device/iothub_csharp_deviceclient.sln"]
},
{
"url": "https://github.com/Microsoft/PowerBI-CSharp",
"branch": "master",
"name": "PowerBI-CSharp",
"build_scripts": ["& nuget restore sdk"]
},
{
"url": "https://msazure.visualstudio.com/One/_git/AAPT-Mobile-Push",
"branch": "master",
"name": "msazure-vso-notificationhubs",
"build_scripts": ["& ../../scripts/RemoveImportTag.exe ."]
},
{
"url": "https://github.com/Azure/azure-relay-dotnet",
"branch": "master",
"name": "azure-relay-dotnet"
},
{
"url": "https://github.com/Azure/azure-event-hubs-dotnet",
"branch": "master",
"name": "azure-eventhub"
}
]
}