@@ -38,9 +38,9 @@ public abstract class EndToEndTestFixture : IAsyncLifetime
38
38
private string _functionsWorkerRuntimeVersion ;
39
39
private bool _addTestSettings ;
40
40
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 ,
44
44
string functionsWorkerRuntimeVersion = null ,
45
45
bool addTestSettings = true )
46
46
{
@@ -109,7 +109,7 @@ string GetDestPath(int counter)
109
109
var extensionsToInstall = GetExtensionsToInstall ( ) ;
110
110
if ( extensionsToInstall != null && extensionsToInstall . Length > 0 )
111
111
{
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" ) ;
113
113
var options = new OptionsWrapper < ScriptJobHostOptions > ( new ScriptJobHostOptions
114
114
{
115
115
RootScriptPath = _copiedRootPath
0 commit comments