mirror of
https://github.com/farcasclaudiu/AzureStaticWebApp-CSharp-SimpleDemo.git
synced 2026-06-22 07:01:03 +03:00
7 lines
262 B
JSON
7 lines
262 B
JSON
{
|
|
"azureFunctions.deploySubpath": "api/bin/Release/netcoreapp3.1/publish",
|
|
"azureFunctions.projectLanguage": "C#",
|
|
"azureFunctions.projectRuntime": "~3",
|
|
"debug.internalConsoleOptions": "neverOpen",
|
|
"azureFunctions.preDeployTask": "publish"
|
|
} |