File tree Expand file tree Collapse file tree 10 files changed +11
-36
lines changed Expand file tree Collapse file tree 10 files changed +11
-36
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
- <add key =" nuget-build" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
7
- <add key =" dotnet5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
8
- <add key =" dotnet5-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
5
+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
9
6
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
10
7
</packageSources >
11
8
<disabledPackageSources />
Original file line number Diff line number Diff line change 325
325
Projects =" $(LeakDetectionProjectFile)"
326
326
Targets =" Restore"
327
327
Properties ="
328
- RestoreSources=$(SourceBuiltPackagesPath)%3B$(TarballRootDir)packages/prebuilt%3bhttps://api.nuget.org /v3/index.json;
328
+ RestoreSources=$(SourceBuiltPackagesPath)%3B$(TarballRootDir)packages/prebuilt%3bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget /v3/index.json;
329
329
DotNetPackageVersionPropsPath=$(PackageVersionPropsPath)" />
330
330
331
331
<MSBuild
Original file line number Diff line number Diff line change 37
37
38
38
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
39
39
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
40
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
41
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json</EnvironmentRestoreSources >
42
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-blazor/index.json</EnvironmentRestoreSources >
43
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
44
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json</EnvironmentRestoreSources >
40
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
45
41
</PropertyGroup >
46
42
47
43
<ItemGroup >
Original file line number Diff line number Diff line change 36
36
37
37
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
38
38
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
39
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
40
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
41
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json</EnvironmentRestoreSources >
42
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json</EnvironmentRestoreSources >
43
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnet.myget.org/F/nuget-build/api/v3/index.json</EnvironmentRestoreSources >
44
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnet.myget.org/F/roslyn/api/v3/index.json</EnvironmentRestoreSources >
45
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnet.myget.org/F/roslyn-tools/api/v3/index.json</EnvironmentRestoreSources >
39
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
46
40
</PropertyGroup >
47
41
48
42
<ItemGroup >
Original file line number Diff line number Diff line change 121
121
<EnvironmentRestoreSources >$(EnvironmentRestoreSources)%3B$(ShippingPackagesOutput)</EnvironmentRestoreSources >
122
122
<EnvironmentRestoreSources >$(EnvironmentRestoreSources)%3B$(NonShippingPackagesOutput)</EnvironmentRestoreSources >
123
123
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
124
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
125
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
126
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json</EnvironmentRestoreSources >
124
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
127
125
128
126
</PropertyGroup >
129
127
Original file line number Diff line number Diff line change 34
34
35
35
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
36
36
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
37
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
38
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
39
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json</EnvironmentRestoreSources >
37
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
40
38
</PropertyGroup >
41
39
42
40
<ItemGroup >
Original file line number Diff line number Diff line change 26
26
27
27
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
28
28
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
29
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org /v3/index.json</EnvironmentRestoreSources >
29
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget /v3/index.json</EnvironmentRestoreSources >
30
30
</PropertyGroup >
31
31
32
32
<ItemGroup >
Original file line number Diff line number Diff line change 21
21
<NuGetConfigFile >$(ProjectDirectory)/NuGet.config</NuGetConfigFile >
22
22
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
23
23
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
24
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
25
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
26
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json</EnvironmentRestoreSources >
24
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
27
25
</PropertyGroup >
28
26
29
27
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
+ <clear />
4
5
<add key =" source-built-packages" value =" SOURCE_BUILT_PACKAGES" />
5
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
- <add key =" dotnet.myget.org/feed/dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
7
- <add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
8
- <add key =" aspnet-dev-blob-feed" value =" https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
9
- <add key =" ProdCon" value =" PRODUCT_CONTRUCTION_PACKAGES" />
10
- <add key =" smoke-test feed" value =" SMOKE_TEST_PACKAGE_FEED" />
6
+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
11
7
</packageSources >
12
8
</configuration >
Original file line number Diff line number Diff line change 4
4
<!-- To inherit the global NuGet package sources remove the <clear/> line below -->
5
5
<clear />
6
6
<add key =" source-built-packages" value =" SOURCE_BUILT_PACKAGES" />
7
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
8
- <add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
9
- <add key =" ProdCon" value =" PRODUCT_CONTRUCTION_PACKAGES" />
7
+ <add key =" dotnet-core" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
10
8
<add key =" smoke-test feed" value =" SMOKE_TEST_PACKAGE_FEED" />
11
9
</packageSources >
12
10
</configuration >
You can’t perform that action at this time.
0 commit comments