Skip to content

Commit 9e0c48e

Browse files
committed
Update runtime commit for 5.0.3
1 parent f272674 commit 9e0c48e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<!-- Begin: Package sources from dotnet-msbuild -->
77
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-msbuild -->
9+
<!-- Begin: Package sources from dotnet-runtime -->
10+
<add key="darc-int-dotnet-runtime-c636bbd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-c636bbdc/nuget/v3/index.json" />
11+
<!-- End: Package sources from dotnet-runtime -->
912
<!-- Begin: Package sources from dotnet-templating -->
1013
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
1114
<!-- End: Package sources from dotnet-templating -->

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if [ "${internalPackageFeedPat:-}" ]; then
108108
# TODO: Read these from nuget.config
109109
# The internal transport isn't added by Darc, though, so it will still need special-casing.
110110
export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS='{"endpointCredentials": [
111+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-c636bbdc/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
111112
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
112113
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
113114
{"endpoint":"https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"}

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<Sha>25604250cf2663aed6630e305cc0538aeebda80a</Sha>
2828
<RepoName>linker</RepoName>
2929
</Dependency>
30-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.2">
31-
<Uri>https://github.com/dotnet/runtime</Uri>
32-
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
30+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
31+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
32+
<Sha>c636bbdc8a2d393d07c0e9407a4f8923ba1a21cb</Sha>
3333
<RepoName>runtime</RepoName>
3434
<RepoName>runtime-portable</RepoName>
3535
</Dependency>

smoke-testNuGet.Config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<!-- Begin: Package sources from dotnet-msbuild -->
88
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-msbuild -->
10+
<!-- Begin: Package sources from dotnet-runtime -->
11+
<add key="darc-int-dotnet-runtime-c636bbd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-c636bbdc/nuget/v3/index.json" />
12+
<!-- End: Package sources from dotnet-runtime -->
1013
<!-- Begin: Package sources from dotnet-templating -->
1114
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
1215
<!-- End: Package sources from dotnet-templating -->

0 commit comments

Comments
 (0)