From ab3a8e4c9347ae22fc8efbc6c08641065810adbd Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 7 Mar 2024 22:04:48 +0000 Subject: [PATCH 1/3] Enable publishing in VMR --- eng/Publishing.props | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 0e6e2ec2fbd0..0908cb4c1e94 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -15,7 +15,7 @@ $(OS)-$(PlatformName)-SdkAssets.xml $(ArtifactsLogDir)AssetManifest\$(SdkAssetManifestFileName) - $(ArtifactsDir)\..\AssetsTmpDir\$([System.Guid]::NewGuid()) + $(ArtifactsDir)\AssetsTmpDir\$([System.Guid]::NewGuid()) @@ -98,11 +98,16 @@ false true - + + + + true + + + From 7a090920861b59ad6875841ecdb1d6f0081d29c6 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Sat, 9 Mar 2024 00:23:36 +0000 Subject: [PATCH 2/3] Remove unnecessary condition --- eng/Publishing.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 0908cb4c1e94..22f3b0b42634 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -100,7 +100,7 @@ - + true From e90fb536f5b2b071ece83a2cf4d4e63d203e28d9 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Tue, 12 Mar 2024 22:19:17 +0000 Subject: [PATCH 3/3] Update task conditions --- eng/Publishing.props | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 22f3b0b42634..e95cf5b80b6b 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -99,15 +99,14 @@ true - - - true - - +