From 823aa94c2bbf643855b0ec6d08723365fe237ae3 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 7 Mar 2024 22:19:59 +0000 Subject: [PATCH 01/11] Enable publishing in VMR --- eng/Publishing.props | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index a2ad98846..0426da4f4 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,5 +1,37 @@ - - true - - \ No newline at end of file + + + true + $(PublishDependsOnTargets);_PublishInstallers + + + + <_InstallersToPublish Remove="@(_InstallersToPublish)" /> + <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.zip" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> + <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.exe" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> + <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.msi" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> + + + + + + + + + + + NonShipping=false + true + %(_InstallersToPublish.UploadPathSegment)/$(MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion)/%(Filename)%(Extension) + + + + + From 980d597dc079d093c179d29969b762ccf960ea5c Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:08:39 +0100 Subject: [PATCH 02/11] Update Publishing.props --- eng/Publishing.props | 43 +++++++++++++++---------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 0426da4f4..f83c7beab 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -2,36 +2,23 @@ true - $(PublishDependsOnTargets);_PublishInstallers - - <_InstallersToPublish Remove="@(_InstallersToPublish)" /> - <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.zip" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> - <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.exe" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> - <_InstallersToPublish Include="$(ArtifactsPackagesDir)**\*.msi" UploadPathSegment="WindowsDesktop" Condition="'$(DotNetBuildRepo)' == 'true'" /> - - - + + + - - - - - - - NonShipping=false - true - %(_InstallersToPublish.UploadPathSegment)/$(MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion)/%(Filename)%(Extension) - - - + + + + From 849fac743afc31f0c3d16cecc0a83bf13a6d7dde Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:11:14 +0100 Subject: [PATCH 03/11] Update Publishing.props --- eng/Publishing.props | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index f83c7beab..4c7b5cf7e 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -6,15 +6,13 @@ - - - From db4760be72eae7da23857ac65aeab411d98cbc41 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:13:45 +0100 Subject: [PATCH 04/11] Update Publishing.props --- eng/Publishing.props | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 4c7b5cf7e..d7927a94e 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -16,7 +16,6 @@ ManifestArtifactData="NonShipping=false" PublishFlatContainer="true" RelativeBlobPath="WindowsDesktop/$(MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion)/%(Filename)%(Extension)" /> - From 3b946d61897a90a4971fc9fc51b857f340d9e124 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:16:22 +0100 Subject: [PATCH 05/11] Update Publishing.props --- eng/Publishing.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index d7927a94e..6ac0790fe 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -11,8 +11,8 @@ TODO: This will need to be updated to support arm64. --> From 83d7216eb334769b8afc044da39b0b451f546199 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:24:43 +0100 Subject: [PATCH 06/11] Update Publishing.props --- eng/Publishing.props | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 6ac0790fe..4a936c679 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -2,20 +2,24 @@ true + $(PublishDependsOnTargets);PublishWindowsDesktopInstallers - - - - + + + + + + + + + From b3bb9d8fb80ad1683c702651304e87affb59104d Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:26:28 +0100 Subject: [PATCH 07/11] Update Publishing.props --- eng/Publishing.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/Publishing.props b/eng/Publishing.props index 4a936c679..5ea06f8a5 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -7,6 +7,7 @@ + From e4ccabae5fe9aaad18f2b5e9954fc4804a8c50f4 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 18:51:19 +0100 Subject: [PATCH 08/11] Update Publishing.props --- eng/Publishing.props | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 5ea06f8a5..a8808b4a9 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -7,9 +7,11 @@ - + + Targets="ReturnProductVersion" + Properties="IsShipping=false"> From 29433398101c2f747a5bc45b5f19c36620e64d33 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 19:03:18 +0100 Subject: [PATCH 09/11] Update Publishing.props --- eng/Publishing.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index a8808b4a9..5f716499d 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -2,11 +2,12 @@ true - $(PublishDependsOnTargets);PublishWindowsDesktopInstallers - + Date: Fri, 15 Mar 2024 21:48:07 +0100 Subject: [PATCH 10/11] Update Publishing.props --- eng/Publishing.props | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 5f716499d..c25642e6d 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -13,14 +13,15 @@ - + - + From deb39fb8be16827afcc05ad5bc52140d3bcdae4b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Mar 2024 22:17:26 +0100 Subject: [PATCH 11/11] Update Publishing.props --- eng/Publishing.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index c25642e6d..a6308abcc 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -6,7 +6,7 @@ @@ -22,6 +22,7 @@ $(ArtifactsPackagesDir)**\*.msi" />