Skip to content

Commit 2c36df8

Browse files
committed
Excluding some sample functions (F# compiler takes 11 seconds to load)
1 parent 4356ab5 commit 2c36df8

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

sample/ApiHubFileTrigger-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "apiHubFileTrigger",

sample/BlobTrigger-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "blobTrigger",

sample/DocumentDB-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "queueTrigger",

sample/HttpTrigger-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "httpTrigger",

sample/HttpTriggerWithObject-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "httpTrigger",

sample/MobileTable-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "queueTrigger",

sample/NotificationHub-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "queueTrigger",

sample/QueueTrigger-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "queueTrigger",

sample/TimerTrigger-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "timerTrigger",

sample/WebHook-Azure-FSharp/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excluded": true,
23
"bindings": [
34
{
45
"type": "httpTrigger",

0 commit comments

Comments
 (0)