Skip to content

Commit

Permalink
Adding default launchSetting.json for .NET Templates (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayrkn authored Apr 8, 2022
1 parent 18d4b6a commit d8874cf
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp-Isolated/Program.cs" target="content/ProjectTemplate-CSharp/Program.cs" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp-Isolated/host.json" target="content/ProjectTemplate-CSharp/host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp-Isolated/local.settings.json" target="content/ProjectTemplate-CSharp/local.settings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp-Isolated/Properties/launchSettings.json" target="content/ProjectTemplate-CSharp/Properties/launchSettings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp-Isolated/.template.config/template.json" target="content/ProjectTemplate-CSharp/.template.config/template.json" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Program.cs" target="content/ProjectTemplate-CSharp/Program.cs" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/host.json" target="content/ProjectTemplate-CSharp/host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/local.settings.json" target="content/ProjectTemplate-CSharp/local.settings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Properties/launchSettings.json" target="content/ProjectTemplate-CSharp/Properties/launchSettings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/.template.config/template.json" target="content/ProjectTemplate-CSharp/.template.config/template.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/_gitignore" target="content/ProjectTemplate-FSharp/_gitignore" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Company.FunctionApp.fsproj" target="content/ProjectTemplate-FSharp/Company.FunctionApp.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/Company.FunctionApp.csproj" target="content/ProjectTemplate-CSharp/Company.FunctionApp.csproj" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/host.json" target="content/ProjectTemplate-CSharp/host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/local.settings.json" target="content/ProjectTemplate-CSharp/local.settings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/Properties/launchSettings.json" target="content/ProjectTemplate-CSharp/Properties/launchSettings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/.template.config/template.json" target="content/ProjectTemplate-CSharp/.template.config/template.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/CSharp/.template.config/dotnetcli.host.json" target="content/ProjectTemplate-CSharp/.template.config/dotnetcli.host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v3.x/FSharp/_gitignore" target="content/ProjectTemplate-FSharp/_gitignore" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/Company.FunctionApp.csproj" target="content/ProjectTemplate-CSharp/Company.FunctionApp.csproj" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/host.json" target="content/ProjectTemplate-CSharp/host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/local.settings.json" target="content/ProjectTemplate-CSharp/local.settings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/Properties/launchSettings.json" target="content/ProjectTemplate-CSharp/Properties/launchSettings.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/.template.config/template.json" target="content/ProjectTemplate-CSharp/.template.config/template.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/CSharp/.template.config/dotnetcli.host.json" target="content/ProjectTemplate-CSharp/.template.config/dotnetcli.host.json" />
<file src="../../../Functions.Templates/ProjectTemplate_v4.x/FSharp/_gitignore" target="content/ProjectTemplate-FSharp/_gitignore" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"Company.FunctionApp": {
"commandName": "Project",
"launchBrowser": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"Company.FunctionApp": {
"commandName": "Project",
"launchBrowser": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"Company.FunctionApp": {
"commandName": "Project",
"launchBrowser": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"Company.FunctionApp": {
"commandName": "Project",
"launchBrowser": false
}
}
}

0 comments on commit d8874cf

Please sign in to comment.