Skip to content

Commit

Permalink
removing steps that aren't required
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell authored and soninaren committed Dec 14, 2021
1 parent 4391a21 commit 3f66872
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,6 @@
],
"defaultName": "HttpTriggerFSharp",
"postActions": [
{
"Description": "Adding Reference to Microsoft.Azure.Functions.Worker.Extensions.Http Nuget package",
"ActionId": "B17581D1-C5C9-4489-8F0A-004BE667B814",
"ContinueOnError": "true",
"ManualInstructions": [],
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.Functions.Worker.Extensions.Http", "version": "3.0.12",
"projectFileExtensions": ".fsproj"
}
},
{
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"continueOnError": true
},
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"description": "Opens the function class file in the editor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,6 @@
],
"defaultName": "TimerTriggerFSharp",
"postActions": [
{
"description": "Adding Reference to Microsoft.Azure.Functions.Worker.Extensions.Timer Nuget package",
"actionId": "B17581D1-C5C9-4489-8F0A-004BE667B814",
"continueOnError": "true",
"manualInstructions": [],
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.Functions.Worker.Extensions.Timer", "version": "4.0.1",
"projectFileExtensions": ".csproj"
}
},
{
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"continueOnError": true
},
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"description": "Opens the function class file in the editor",
Expand Down

0 comments on commit 3f66872

Please sign in to comment.