File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/WebJobs.Script.WebHost/App_Start Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,13 @@ private void EnsureInitialized(WebHostSettings settings)
135
135
136
136
internal static ScriptHostConfiguration CreateStandbyScriptHostConfiguration ( WebHostSettings settings )
137
137
{
138
+ settings . ScriptPath = Path . Combine ( Path . GetTempPath ( ) , "Functions" , "Standby" ) ;
139
+
138
140
var scriptHostConfig = CreateScriptHostConfiguration ( settings ) ;
139
141
140
142
scriptHostConfig . FileLoggingMode = FileLoggingMode . Always ;
141
143
scriptHostConfig . HostConfig . StorageConnectionString = null ;
142
144
scriptHostConfig . HostConfig . DashboardConnectionString = null ;
143
- scriptHostConfig . RootScriptPath = Path . Combine ( Path . GetTempPath ( ) , "Functions" , "Standby" ) ;
144
145
145
146
return scriptHostConfig ;
146
147
}
You can’t perform that action at this time.
0 commit comments