Skip to content

Commit

Permalink
fixing the templates preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Oct 27, 2023
1 parent d471a6c commit ed7f362
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,19 @@
<file src="..\..\..\Functions.Templates\templates\KustoOutputBinding-JavaScript\**" target="templates\KustoOutputBinding-JavaScript" />

<!-- Templates v2 -->
<file src="../../../Functions.Templates\Bindings\userPrompts.json" target="Bindings-v2/userPrompts.json" />
<file src="..\..\..\Functions.Templates\Templates-v2\DaprPublishOutputBinding-Python\*.*" target="templates-v2\DaprPublishOutputBinding-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\DaprServiceInvocationTrigger-Python\*.*" target="templates-v2\DaprServiceInvocationTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\DaprTopicTrigger-Python\*.*" target="templates-v2\DaprTopicTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\HttpTrigger-Python\*.*" target="templates-v2\HttpTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\TimerTrigger-Python\*.*" target="templates-v2\TimerTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\EventHubTrigger-Python\*.*" target="templates-v2\EventHubTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\BlobTrigger-Python\*.*" target="templates-v2\BlobTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\EventGridTrigger-Python\*.*" target="templates-v2\EventGridTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\QueueTrigger-Python\*.*" target="templates-v2\QueueTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\ServiceBusQueueTrigger-Python\*.*" target="templates-v2\ServiceBusQueueTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\ServiceBusTopicTrigger-Python\*.*" target="templates-v2\ServiceBusTopicTrigger-Python"/>
<file src="..\..\..\Functions.Templates\Templates-v2\CosmosDbTrigger-Python\*.*" target="templates-v2\CosmosDbTrigger-Python"/>
<!-- Templates v2 -->

<file src="..\..\..\Functions.Templates\templates\DaprPublishOutputBinding-JavaScript\**" target="templates\DaprPublishOutputBinding-JavaScript" />
Expand Down

0 comments on commit ed7f362

Please sign in to comment.