From 83e576f1db01431f365be371c06c79491df45c5c Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 7 Mar 2024 22:10:43 +0000 Subject: [PATCH 1/2] Enable publishing in VMR --- eng/Publishing.props | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/eng/Publishing.props b/eng/Publishing.props index d3aa836b27..3629bb8573 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 + + + + From aac8560f19d51247ec6ef7b7bd48008b217a092a Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 14 Mar 2024 00:28:53 +0000 Subject: [PATCH 2/2] Trim publishing.props file --- eng/Publishing.props | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 3629bb8573..87179d30f5 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,28 +1,10 @@ - - - 3 - $(PublishDependsOnTargets);_PublishPackages - - <_PackagesToPublish Remove="@(_PackagesToPublish)" /> - <_PackagesToPublish Include="$(ArtifactsPackagesDir)**\*.nupkg" UploadPathSegment="Runtime" Condition="'$(DotNetBuildRepo)' == 'true'" /> + - - - - - - - true - - - -