From 4d6d4f417dba563eec682654094d6a282c44d762 Mon Sep 17 00:00:00 2001 From: sruthikeerthi <73967733+sruke@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:18:01 -0700 Subject: [PATCH] Update updateAssemblyInfo.ps1 (#1944) --- updateAssemblyInfo.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updateAssemblyInfo.ps1 b/updateAssemblyInfo.ps1 index d7e5268abb..4cf4f8c80d 100644 --- a/updateAssemblyInfo.ps1 +++ b/updateAssemblyInfo.ps1 @@ -73,3 +73,5 @@ foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project") } WriteSectionFooter("updateAssemblyInfo.ps1") + +return "$assemblyVersion-$versionSuffix"