File tree Expand file tree Collapse file tree 10 files changed +10
-45
lines changed Expand file tree Collapse file tree 10 files changed +10
-45
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6
- <add key =" darc-pub-dotnet-templating-3198063" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-31980633/nuget/v3/index.json" />
7
- <add key =" darc-pub-dotnet-msbuild-126527f" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-126527ff/nuget/v3/index.json" />
8
- <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
9
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
- <add key =" nuget-build" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
11
- <add key =" dotnet5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
12
- <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" />
13
6
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
14
7
</packageSources >
15
8
</configuration >
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 40
40
41
41
<EnvironmentRestoreSources >$(SourceBuiltPackagesPath)</EnvironmentRestoreSources >
42
42
<EnvironmentRestoreSources Condition =" '$(OfflineBuild)' == 'true'" >$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources >
43
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources >
44
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json</EnvironmentRestoreSources >
45
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-blazor/index.json</EnvironmentRestoreSources >
46
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</EnvironmentRestoreSources >
47
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json</EnvironmentRestoreSources >
43
+ <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json</EnvironmentRestoreSources >
48
44
</PropertyGroup >
49
45
50
46
<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 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/dotnet-core/index.json</EnvironmentRestoreSources >
42
- <EnvironmentRestoreSources Condition =" '$(OfflineBuild)' != 'true'" >$(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/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 >
43
41
</PropertyGroup >
44
42
45
43
<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
- <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
5
4
<clear />
6
- <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7
- <add key =" darc-pub-dotnet-templating-3198063" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-31980633/nuget/v3/index.json" />
8
- <add key =" darc-pub-dotnet-msbuild-126527f" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-126527ff/nuget/v3/index.json" />
9
- <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
10
5
<add key =" source-built-packages" value =" SOURCE_BUILT_PACKAGES" />
11
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
12
- <add key =" dotnet.myget.org/feed/dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
13
- <add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
14
- <add key =" aspnet-dev-blob-feed" value =" https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
15
- <add key =" ProdCon" value =" PRODUCT_CONTRUCTION_PACKAGES" />
16
- <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" />
17
7
</packageSources >
18
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