forked from Azure/azure-functions-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ItemTemplates-Isolated_v4.x.nuspec
51 lines (51 loc) · 5.07 KB
/
ItemTemplates-Isolated_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
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.Azure.Functions.Worker.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 .NET Isolated</description>
<language>en-US</language>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="..\..\..\Functions.Templates\Templates\HttpTrigger-CSharp-Isolated\**" target="content\HttpTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\QueueTrigger-CSharp-Isolated\**" target="content\QueueTrigger-CSharpS" />
<file src="..\..\..\Functions.Templates\Templates\QueueTrigger-FSharp-Isolated\**" target="content\QueueTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\HttpTrigger-FSharp-Isolated\**" target="content\HttpTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\BlobTrigger-CSharp-Isolated\**" target="content\BlobTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\BlobTrigger-FSharp-Isolated\**" target="content\BlobTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\TimerTrigger-CSharp-Isolated\**" target="content\TimerTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\TimerTrigger-FSharp-Isolated\**" target="content\TimerTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\EventHubTrigger-CSharp-Isolated\**" target="content\EventHubTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\EventHubTrigger-FSharp-Isolated\**" target="content\EventHubTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\ServiceBusQueueTrigger-CSharp-Isolated\**" target="content\ServiceBusQueueTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\ServiceBusTopicTrigger-CSharp-Isolated\**" target="content\ServiceBusTopicTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\EventGridTrigger-CSharp-Isolated\**" target="content\EventGridTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\EventGridTrigger-FSharp-Isolated\**" target="content\EventGridTrigger-FSharp" />
<file src="..\..\..\Functions.Templates\Templates\CosmosDBTrigger-CSharp-Isolated\**" target="content\CosmosDBTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\CosmosDBTrigger-FSharp-Isolated\**" target="content\CosmosDBTrigger-FShar" />
<file src="..\..\..\Functions.Templates\Templates\SignalRConnectionInfoHttpTrigger-CSharp-Isolated\**" target="content\SignalRConnectionInfoHttpTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\RabbitMQTrigger-CSharp-Isolated\**" target="content\RabbitMQTrigger-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\SqlInputBinding-CSharp-Isolated\**" target="content\SqlInputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\SqlOutputBinding-CSharp-Isolated\**" target="content\SqlOutputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\KustoInputBinding-CSharp-Isolated\**" target="content\KustoInputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\KustoOutputBinding-CSharp-Isolated\**" target="content\KustoOutputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\DurableFunctionsOrchestration-CSharp-Isolated\**" target="content\DurableFunctionsOrchestration-CSharp" />
<file src="..\..\..\Functions.Templates\Templates\SqlTrigger-CSharp-Isolated\**" target="content\SqlTrigger-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\EventGridBlobTrigger-CSharp-Isolated-6.x\**" target="content\EventGridBlobTrigger-CSharp-Isolated-6.x" />
<file src="..\..\..\Functions.Templates\Templates\DaprServiceInvocationTrigger-CSharp-Isolated\**" target="content\DaprServiceInvocationTrigger-CSharp-Isolated" exclude="**\*.md" />
<file src="..\..\..\Functions.Templates\Templates\DaprTopicTrigger-CSharp-Isolated\**" target="content\DaprTopicTrigger-CSharp-Isolated" exclude="**\*.md" />
<file src="..\..\..\Functions.Templates\Templates\DaprPublishOutputBinding-CSharp-Isolated\**" target="content\DaprPublishOutputBinding-CSharp-Isolated" exclude="**\*.md" />
<file src="..\..\..\Functions.Templates\Templates\MySqlInputBinding-CSharp-Isolated\**" target="content\MySqlInputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\MySqlOutputBinding-CSharp-Isolated\**" target="content\MySqlOutputBinding-CSharp-Isolated" />
<file src="..\..\..\Functions.Templates\Templates\MySqlTrigger-CSharp-Isolated\**" target="content\MySqlTrigger-CSharp-Isolated" />
</files>
</package>