forked from Azure/azure-functions-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ItemTemplates_v3.x.nuspec
44 lines (44 loc) · 5.15 KB
/
ItemTemplates_v3.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.Azure.WebJobs.ItemTemplates</id>
<version>3.1.$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\QueueTrigger-CSharp-4.x\**" target="content\QueueTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\HttpTrigger-CSharp\**" target="content\HttpTrigger-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-4.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\SendGrid-CSharp-4.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\**" target="content\ServiceBusQueueTrigger-CSharp" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\ServiceBusTopicTrigger-CSharp\**" target="content\ServiceBusTopicTrigger-CSharp" exclude="**\*.csx;**\*.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\IoTHubTrigger-CSharp\**" target="content\IotHubTrigger-CSharpVS" exclude="**\*.csx;**\*.md;**\*.dat;**\function.json;**\metadata.json" />
<file src="..\..\..\Functions.Templates\Templates\CosmosDBTrigger-CSharp\**" 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-4.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\**" 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" />
</files>
</package>