-
Notifications
You must be signed in to change notification settings - Fork 197
/
ItemTemplates_v4.x.nuspec
61 lines (60 loc) · 8.32 KB
/
ItemTemplates_v4.x.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.Azure.WebJobs.ItemTemplates</id>
<version>4.0.$patchVersion$</version>
<authors>Microsoft</authors>
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=2028464</licenseUrl>
<repository type="git" url="https://github.com/Azure/azure-functions-templates" />
<projectUrl>https://go.microsoft.com/fwlink/?linkid=848145</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Collection of templates for Azure Functions</description>
<language>en-US</language>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="..\..\..\Functions.Templates\Templates\HttpTrigger-CSharp\**" target="content\HttpTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\QueueTrigger-CSharp-5.x\**" target="content\QueueTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\HttpTriggerWithOpenAPI-CSharp\**" target="content\HttpTriggerWithOpenAPI-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\BlobTrigger-CSharp-5.x\**" target="content\BlobTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\TimerTrigger-CSharp\**" target="content\TimerTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DurableFunctionsOrchestration-CSharp-2.x\**" target="content\DurableFunctionsOrchestration-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DurableFunctionsEntityHttp-CSharp-2.x\**" target="content\DurableFunctionsEntityHttp-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DurableFunctionsEntityFunction-CSharp-2.x\**" target="content\DurableFunctionsEntityFunction-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DurableFunctionsEntityClass-CSharp-2.x\**" target="content\DurableFunctionsEntityClass-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\SendGrid-CSharp-3.x\**" target="content\SendGrid-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventHubTrigger-CSharp-5.x\**" target="content\EventHubTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\ServiceBusQueueTrigger-CSharp-5.x\**" target="content\ServiceBusQueueTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\ServiceBusTopicTrigger-CSharp-5.x\**" target="content\ServiceBusTopicTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventGridCloudEventTrigger-CSharp-3.x\**" target="content\EventGridCloudEventTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventGridCloudEventTrigger-FSharp\**" target="content\EventGridCloudEventTrigger-FSharp" exclude="**\*.fsx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventGridTrigger-CSharp-3.x\**" target="content\EventGridTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventGridTrigger-FSharp-3.x\**" target="content\EventGridTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\IoTHubTrigger-CSharp\**" target="content\IotHubTrigger-CSharpVS" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\CosmosDBTrigger-CSharp-4.x\**" target="content\CosmosDBTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\HttpTrigger-FSharp\**" target="content\HttpTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\BlobTrigger-FSharp-5.x\**" target="content\BlobTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\CosmosDBTrigger-FSharp\**" target="content\CosmosDBTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\EventHubTrigger-FSharp-5.x\**" target="content\EventHubTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\TimerTrigger-FSharp\**" target="content\TimerTrigger-FSharp" exclude="**\*.fsx" />
<file src="..\..\..\Functions.Templates\Templates\SignalRConnectionInfoHttpTrigger-CSharp\**" target="content\SignalRConnectionInfoHttpTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\RabbitMQTrigger-CSharp\**" target="content\RabbitMQTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\KafkaTrigger-CSharp\**" target="content\KafkaTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\KafkaOutput-CSharp\**" target="content\KafkaOutput-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\SqlInputBinding-CSharp\**" target="content\SqlInputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\SqlOutputBinding-CSharp\**" target="content\SqlOutputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\SqlTrigger-CSharp\**" target="content\SqlTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\KustoInputBinding-CSharp\**" target="content\KustoInputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\KustoOutputBinding-CSharp\**" target="content\KustoOutputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\EventGridBlobTrigger-CSharp-Isolated-6.x\**" target="content\EventGridBlobTrigger-CSharp-Isolated-6.x" />
<file src="..\..\..\Functions.Templates\Templates\DaprServiceInvocationTrigger-CSharp\**" target="content\DaprServiceInvocationTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DaprTopicTrigger-CSharp\**" target="content\DaprTopicTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\DaprPublishOutputBinding-CSharp\**" target="content\DaprPublishOutputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\MySqlInputBinding-CSharp\**" target="content\MySqlInputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\MySqlOutputBinding-CSharp\**" target="content\MySqlOutputBinding-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\MySqlTrigger-CSharp\**" target="content\MySqlTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
</files>
</package>