@@ -38,9 +38,9 @@ public abstract class EndToEndTestFixture : IAsyncLifetime
3838 private string _functionsWorkerRuntimeVersion ;
3939 private bool _addTestSettings ;
4040
41- protected EndToEndTestFixture ( string rootPath , string testId ,
42- string functionsWorkerRuntime ,
43- int workerProcessesCount = 1 ,
41+ protected EndToEndTestFixture ( string rootPath , string testId ,
42+ string functionsWorkerRuntime ,
43+ int workerProcessesCount = 1 ,
4444 string functionsWorkerRuntimeVersion = null ,
4545 bool addTestSettings = true )
4646 {
@@ -109,7 +109,7 @@ string GetDestPath(int counter)
109109 var extensionsToInstall = GetExtensionsToInstall ( ) ;
110110 if ( extensionsToInstall != null && extensionsToInstall . Length > 0 )
111111 {
112- TestFunctionHost . WriteNugetPackageSources ( _copiedRootPath , "http ://www.myget.org/F/azure-appservice/api/v2" , "https://www.myget.org/F/azure-appservice-staging/api/v2 ", "https://api.nuget.org/v3/index.json" ) ;
112+ TestFunctionHost . WriteNugetPackageSources ( _copiedRootPath , "https ://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsPreRelease/nuget/v3/index.json " , "https://api.nuget.org/v3/index.json" ) ;
113113 var options = new OptionsWrapper < ScriptJobHostOptions > ( new ScriptJobHostOptions
114114 {
115115 RootScriptPath = _copiedRootPath
0 commit comments