Skip to content

Commit

Permalink
Moved durable templates to v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Nov 26, 2019
1 parent 3786994 commit e4ecb05
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Functions.Templates/PortalTemplates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -102,27 +102,27 @@
<file src="templates/EventHubTrigger-TypeScript/function.json" target="templates/EventHubTrigger-TypeScript/function.json" />
<file src="templates/TimerTrigger-TypeScript/readme.md" target="templates/TimerTrigger-TypeScript/readme.md" />
<file src="templates/EventHubTrigger-TypeScript/sample.dat" target="templates/EventHubTrigger-TypeScript/sample.dat" />
<file src="templates/DurableFunctionsActivity-CSharp-2.x/function.json" target="templates/DurableFunctionsActivity-CSharp/function.json" />
<file src="templates/DurableFunctionsActivity-CSharp-2.x/metadata.json" target="templates/DurableFunctionsActivity-CSharp/metadata.json" />
<file src="templates/DurableFunctionsActivity-CSharp-2.x/DurableFunctionsActivityCSharp.csx" target="templates/DurableFunctionsActivity-CSharp/run.csx" />
<file src="templates/DurableFunctionsActivity-CSharp-1.x/function.json" target="templates/DurableFunctionsActivity-CSharp/function.json" />
<file src="templates/DurableFunctionsActivity-CSharp-1.x/metadata.json" target="templates/DurableFunctionsActivity-CSharp/metadata.json" />
<file src="templates/DurableFunctionsActivity-CSharp-1.x/DurableFunctionsActivityCSharp.csx" target="templates/DurableFunctionsActivity-CSharp/run.csx" />
<file src="templates/DurableFunctionsActivity-JavaScript/function.json" target="Templates/DurableFunctionsActivity-JavaScript/function.json" />
<file src="templates/DurableFunctionsActivity-JavaScript/index.js" target="templates/DurableFunctionsActivity-JavaScript/index.js" />
<file src="templates/DurableFunctionsActivity-JavaScript/metadata.json" target="Templates/DurableFunctionsActivity-JavaScript/metadata.json" />
<file src="templates/DurableFunctionsActivity-TypeScript/function.json" target="Templates/DurableFunctionsActivity-TypeScript/function.json" />
<file src="templates/DurableFunctionsActivity-TypeScript/index.ts" target="templates/DurableFunctionsActivity-TypeScript/index.ts" />
<file src="templates/DurableFunctionsActivity-TypeScript/metadata.json" target="Templates/DurableFunctionsActivity-TypeScript/metadata.json" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-2.x/function.json" target="templates/DurableFunctionsOrchestrator-CSharp/function.json" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-2.x/metadata.json" target="templates/DurableFunctionsOrchestrator-CSharp/metadata.json" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-2.x/DurableFunctionsOrchestratorCSharp.csx" target="templates/DurableFunctionsOrchestrator-CSharp/run.csx" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-1.x/function.json" target="templates/DurableFunctionsOrchestrator-CSharp/function.json" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-1.x/metadata.json" target="templates/DurableFunctionsOrchestrator-CSharp/metadata.json" />
<file src="templates/DurableFunctionsOrchestrator-CSharp-1.x/DurableFunctionsOrchestratorCSharp.csx" target="templates/DurableFunctionsOrchestrator-CSharp/run.csx" />
<file src="templates/DurableFunctionsOrchestrator-JavaScript/function.json" target="Templates/DurableFunctionsOrchestrator-JavaScript/function.json" />
<file src="templates/DurableFunctionsOrchestrator-JavaScript/index.js" target="templates/DurableFunctionsOrchestrator-JavaScript/index.js" />
<file src="templates/DurableFunctionsOrchestrator-JavaScript/metadata.json" target="Templates/DurableFunctionsOrchestrator-JavaScript/metadata.json" />
<file src="templates/DurableFunctionsOrchestrator-TypeScript/function.json" target="Templates/DurableFunctionsOrchestrator-TypeScript/function.json" />
<file src="templates/DurableFunctionsOrchestrator-TypeScript/index.ts" target="templates/DurableFunctionsOrchestrator-TypeScript/index.ts" />
<file src="templates/DurableFunctionsOrchestrator-TypeScript/metadata.json" target="Templates/DurableFunctionsOrchestrator-TypeScript/metadata.json" />
<file src="templates/DurableFunctionsHttpStart-CSharp-2.x/function.json" target="templates/DurableFunctionsHttpStart-CSharp/function.json" />
<file src="templates/DurableFunctionsHttpStart-CSharp-2.x/metadata.json" target="templates/DurableFunctionsHttpStart-CSharp/metadata.json" />
<file src="templates/DurableFunctionsHttpStart-CSharp-2.x/DurableFunctionsHttpStartCSharp.csx" target="templates/DurableFunctionsHttpStart-CSharp/run.csx" />
<file src="templates/DurableFunctionsHttpStart-CSharp-1.x/function.json" target="templates/DurableFunctionsHttpStart-CSharp/function.json" />
<file src="templates/DurableFunctionsHttpStart-CSharp-1.x/metadata.json" target="templates/DurableFunctionsHttpStart-CSharp/metadata.json" />
<file src="templates/DurableFunctionsHttpStart-CSharp-1.x/DurableFunctionsHttpStartCSharp.csx" target="templates/DurableFunctionsHttpStart-CSharp/run.csx" />
<file src="templates/DurableFunctionsHttpStart-JavaScript/function.json" target="templates/DurableFunctionsHttpStart-JavaScript/function.json" />
<file src="templates/DurableFunctionsHttpStart-JavaScript/metadata.json" target="templates/DurableFunctionsHttpStart-JavaScript/metadata.json" />
<file src="templates/DurableFunctionsHttpStart-JavaScript/index.js" target="templates/DurableFunctionsHttpStart-JavaScript/index.js" />
Expand Down

0 comments on commit e4ecb05

Please sign in to comment.