File tree 7 files changed +9
-13
lines changed
test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets
Installers/Windows/AspNetCoreModule-Setup/ANCMPackageResolver
7 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 14
14
</RestoreSources >
15
15
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' " >
16
16
$(RestoreSources);
17
- https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
18
- https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
19
- https://dotnet.myget.org/F/roslyn/api/v3/index.json;
17
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
20
18
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
21
19
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
22
20
</RestoreSources >
Original file line number Diff line number Diff line change 12
12
<SiteExtensionWorkingDirectory >$(TestDotNetPath)extension\$(SiteExtensionArch)\</SiteExtensionWorkingDirectory >
13
13
<SiteExtensionOutputDirectory >$(RepositoryRoot)artifacts\build</SiteExtensionOutputDirectory >
14
14
<TestProjectDirectory >$(RepositoryRoot)\test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\</TestProjectDirectory >
15
- <SiteExtensionFeed Condition =" $(SiteExtensionFeed) == ''" >https://dotnet.myget.org/F/aspnetcore-dev/ </SiteExtensionFeed >
15
+ <SiteExtensionFeed Condition =" $(SiteExtensionFeed) == ''" >https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json </SiteExtensionFeed >
16
16
</PropertyGroup >
17
17
18
18
<Target Name =" _AddTestRuntimes" >
Original file line number Diff line number Diff line change 5
5
<RestoreSources >$(DotNetRestoreSources)</RestoreSources >
6
6
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' " >
7
7
$(RestoreSources);
8
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10
- https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8
+ https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
11
10
</RestoreSources >
12
11
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
13
12
$(RestoreSources);
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev/api /v3/index.json" />
5
+ <add key =" AspNetCore" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget /v3/index.json" />
6
6
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
7
</packageSources >
8
8
</configuration >
Original file line number Diff line number Diff line change 19
19
$(RestoreSources);
20
20
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
21
21
https://api.nuget.org/v3/index.json;
22
- https://dotnet.myget.org/F/ dotnet-core/api/v3 /index.json;
22
+ https://dotnetmygetlegacy.blob.core.windows.net/ dotnet-core/index.json;
23
23
</RestoreSources >
24
24
</PropertyGroup >
25
25
Original file line number Diff line number Diff line change 5
5
<RestoreSources >$(DotNetRestoreSources)</RestoreSources >
6
6
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' " >
7
7
$(RestoreSources);
8
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10
- https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8
+ https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
11
10
</RestoreSources >
12
11
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
13
12
$(RestoreSources);
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class NuGetPackageSource
23
23
public static NuGetPackageSource DotNetCore { get ; } = new NuGetPackageSource
24
24
{
25
25
Name = nameof ( DotNetCore ) ,
26
- SourceArgumentLazy = new Lazy < string > ( "--source https://dotnet.myget.org/F/ dotnet-core/api/v3 /index.json" ) ,
26
+ SourceArgumentLazy = new Lazy < string > ( "--source https://dotnetmygetlegacy.blob.core.windows.net/ dotnet-core/index.json" ) ,
27
27
} ;
28
28
29
29
public static NuGetPackageSource EnvironmentVariable { get ; } = new NuGetPackageSource
You can’t perform that action at this time.
0 commit comments