diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f45468d3..a11fc3e78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -226,9 +226,9 @@ - + https://github.com/dotnet/source-build-externals - 3167c0a9379f52145af31057aca31f45528eb123 + b46b7e6859f4094cd7f3e00dc0471d62f5d8d051 diff --git a/src/SourceBuild/patches/source-build-externals/0001-Enable-publishing-in-VMR.patch b/src/SourceBuild/patches/source-build-externals/0001-Enable-publishing-in-VMR.patch deleted file mode 100644 index f4235006a..000000000 --- a/src/SourceBuild/patches/source-build-externals/0001-Enable-publishing-in-VMR.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Nikola Milosavljevic -Date: Thu, 7 Mar 2024 22:10:43 +0000 -Subject: [PATCH] Enable publishing in VMR - -Backport: https://github.com/dotnet/source-build-externals/pull/275 ---- - eng/Publishing.props | 22 ++++++++++++++++++++++ - 1 file changed, 22 insertions(+) - -diff --git a/eng/Publishing.props b/eng/Publishing.props -index d3aa836..3629bb8 100644 ---- a/eng/Publishing.props -+++ b/eng/Publishing.props -@@ -2,5 +2,27 @@ - - - 3 -+ $(PublishDependsOnTargets);_PublishPackages - -+ -+ -+ <_PackagesToPublish Remove="@(_PackagesToPublish)" /> -+ <_PackagesToPublish Include="$(ArtifactsPackagesDir)**\*.nupkg" UploadPathSegment="Runtime" Condition="'$(DotNetBuildRepo)' == 'true'" /> -+ -+ -+ -+ -+ -+ -+ -+ -+ true -+ -+ -+ -+ -