forked from Azure/azure-functions-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ItemTemplates.nuspec
67 lines (67 loc) · 7.83 KB
/
ItemTemplates.nuspec
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
<?xml version="1.0"?>
<package >
<metadata>
<id>Azure.Functions.Templates</id>
<version>1.0.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>https://github.com/Azure/azure-webjobs-sdk-templates/blob/dev/LICENSE.txt</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?linkid=848145</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Collection of templates for Azure Functions</description>
<language>en-US</language>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="Templates\QueueTrigger-CSharp\QueueTriggerCSharp.cs" target="content\QueueTrigger-CSharp\QueueTriggerCSharp.cs" />
<file src="Templates\QueueTrigger-CSharp\build.config\template.json" target="content\QueueTrigger-CSharp\.template.config\template.json" />
<file src="Templates\QueueTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\QueueTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\QueueTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\QueueTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\HttpTrigger-CSharp\HttpTriggerCSharp.cs" target="content\HttpTrigger-CSharp\HttpTriggerCSharp.cs" />
<file src="Templates\HttpTrigger-CSharp\build.config\template.json" target="content\HttpTrigger-CSharp\.template.config\template.json" />
<file src="Templates\HttpTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\HttpTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\HttpTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\HttpTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\BlobTrigger-CSharp\BlobTriggerCSharp.cs" target="content\BlobTrigger-CSharp\BlobTriggerCSharp.cs" />
<file src="Templates\BlobTrigger-CSharp\build.config\template.json" target="content\BlobTrigger-CSharp\.template.config\template.json" />
<file src="Templates\BlobTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\BlobTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\BlobTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\BlobTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\TimerTrigger-CSharp\TimerTriggerCSharp.cs" target="content\TimerTrigger-CSharp\TimerTriggerCSharp.cs" />
<file src="Templates\TimerTrigger-CSharp\build.config\template.json" target="content\TimerTrigger-CSharp\.template.config\template.json" />
<file src="Templates\TimerTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\TimerTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\TimerTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\TimerTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\DurableFunctionsOrchestration-CSharp\DurableFunctionsOrchestrationCSharp.cs" target="content\DurableFunctionsOrchestration-CSharp\DurableFunctionsOrchestrationCSharp.cs" />
<file src="Templates\DurableFunctionsOrchestration-CSharp\build.config\template.json" target="content\DurableFunctionsOrchestration-CSharp\.template.config\template.json" />
<file src="Templates\DurableFunctionsOrchestration-CSharp\build.config\vs-2017.3.host.json" target="content\DurableFunctionsOrchestration-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\DurableFunctionsOrchestration-CSharp\build.config\vs-2017.3\*.*" target="content\DurableFunctionsOrchestration-CSharp\.template.config\vs-2017.3" />
<file src="Templates\SendGrid-CSharp\SendGridCSharp.cs" target="content\SendGrid-CSharp\SendGridCSharp.cs" />
<file src="Templates\SendGrid-CSharp\build.config\template.json" target="content\SendGrid-CSharp\.template.config\template.json" />
<file src="Templates\SendGrid-CSharp\build.config\vs-2017.3.host.json" target="content\SendGrid-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\SendGrid-CSharp\build.config\vs-2017.3\*.*" target="content\SendGrid-CSharp\.template.config\vs-2017.3" />
<file src="Templates\EventHubTrigger-CSharp\EventHubTriggerCSharp.cs" target="content\EventHubTrigger-CSharp\EventHubTriggerCSharp.cs" />
<file src="Templates\EventHubTrigger-CSharp\build.config\template.json" target="content\EventHubTrigger-CSharp\.template.config\template.json" />
<file src="Templates\EventHubTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\EventHubTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\EventHubTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\EventHubTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\ServiceBusQueueTrigger-CSharp\ServiceBusQueueTriggerCSharp.cs" target="content\ServiceBusQueueTrigger-CSharp\ServiceBusQueueTriggerCSharp.cs" />
<file src="Templates\ServiceBusQueueTrigger-CSharp\build.config\template.json" target="content\ServiceBusQueueTrigger-CSharp\.template.config\template.json" />
<file src="Templates\ServiceBusQueueTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\ServiceBusQueueTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\ServiceBusQueueTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\ServiceBusQueueTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\ServiceBusTopicTrigger-CSharp\ServiceBusTopicTriggerCSharp.cs" target="content\ServiceBusTopicTrigger-CSharp\ServiceBusTopicTriggerCSharp.cs" />
<file src="Templates\ServiceBusTopicTrigger-CSharp\build.config\template.json" target="content\ServiceBusTopicTrigger-CSharp\.template.config\template.json" />
<file src="Templates\ServiceBusTopicTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\ServiceBusTopicTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\ServiceBusTopicTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\ServiceBusTopicTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\EventGridTrigger-CSharp\EventGridTriggerCSharp.cs" target="content\EventGridTrigger-CSharp\EventGridTriggerCSharp.cs" />
<file src="Templates\EventGridTrigger-CSharp\build.config\template.json" target="content\EventGridTrigger-CSharp\.template.config\template.json" />
<file src="Templates\EventGridTrigger-CSharp\build.config\vs-2017.3.host.json" target="content\EventGridTrigger-CSharp\.template.config\vs-2017.3.host.json" />
<file src="Templates\EventGridTrigger-CSharp\build.config\vs-2017.3\*.*" target="content\EventGridTrigger-CSharp\.template.config\vs-2017.3" />
<file src="Templates\IotHubTrigger-CSharpVS\IotHubTriggerCSharp.cs" target="content\IotHubTrigger-CSharpVS\IotHubTriggerCSharp.cs" />
<file src="Templates\IotHubTrigger-CSharpVS\build.config\template.json" target="content\IotHubTrigger-CSharpVS\.template.config\template.json" />
<file src="Templates\IotHubTrigger-CSharpVS\build.config\vs-2017.3.host.json" target="content\IotHubTrigger-CSharpVS\.template.config\vs-2017.3.host.json" />
<file src="Templates\IotHubTrigger-CSharpVS\build.config\vs-2017.3\*.*" target="content\IotHubTrigger-CSharpVS\.template.config\vs-2017.3" />
<file src="Templates/CosmosDBTrigger-CSharp/CosmosDBTriggerCSharp.cs" target="content/CosmosDBTrigger-CSharp/CosmosDBTriggerCSharp.cs" />
<file src="Templates/CosmosDBTrigger-CSharp/build.config/template.json" target="content/CosmosDBTrigger-CSharp/.template.config/template.json" />
<file src="Templates/CosmosDBTrigger-CSharp/build.config/vs-2017.3.host.json" target="content/CosmosDBTrigger-CSharp/.template.config/vs-2017.3.host.json" />
<file src="Templates/CosmosDBTrigger-CSharp/build.config/vs-2017.3/cosmosdb.png" target="content/CosmosDBTrigger-CSharp/.template.config/vs-2017.3/cosmosdb.png" />
</files>
</package>