From f56e994f5dc0fec8368831f163b1d7d33d097188 Mon Sep 17 00:00:00 2001 From: Christian Wade Date: Tue, 3 Oct 2023 17:58:29 -0700 Subject: [PATCH] Better indentation --- AlmToolkit/AlmToolkit/ReleaseProcess.txt | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/AlmToolkit/AlmToolkit/ReleaseProcess.txt b/AlmToolkit/AlmToolkit/ReleaseProcess.txt index 177fe37..eb7feb4 100644 --- a/AlmToolkit/AlmToolkit/ReleaseProcess.txt +++ b/AlmToolkit/AlmToolkit/ReleaseProcess.txt @@ -3,27 +3,27 @@ * In the Solution > VersionInfo.cs file: Increment AssemblyVersion & AssemblyFileVersion -* In the Setup project properties window, increment version number +* In the Setup project properties window, increment version number (say yes to reset ProductCode guid) * Set configuration to Release Rebuild Solution * Open a cmd prompt from the AlmToolkit project root and run the following command - ReleaseItems\GetAssembliesForSigning.bat + ReleaseItems\GetAssembliesForSigning.bat * Upload the following assemblies from \ReleaseItems\ForSigning to https://portal.esrp.microsoft.com/ & get them signed - AlmToolkit.exe - BismNormalizer.dll - BismNormalizer.CommandLine.exe + AlmToolkit.exe + BismNormalizer.dll + BismNormalizer.CommandLine.exe - https://microsoft-my.sharepoint.com/:v:/p/chwade/EeAAFiJhE3dEs9Oyum0tSIsBSp6P32y7pp1DGfOqbHbJIg?e=kPE2cg - ALM Toolkit App ID (Azure Portal): 62119323-7be0-4d45-9adb-8f90cafdf0b5 - Operation Key Code: CP-230012 + https://microsoft-my.sharepoint.com/:v:/p/chwade/EeAAFiJhE3dEs9Oyum0tSIsBSp6P32y7pp1DGfOqbHbJIg?e=kPE2cg + ALM Toolkit App ID (Azure Portal): 62119323-7be0-4d45-9adb-8f90cafdf0b5 + Operation Key Code: CP-230012 * Download signed assemblies to \ReleaseItems\SignedFiles * Run the following command - ReleaseItems\CopySignedAssembliesForSetup.bat + ReleaseItems\CopySignedAssembliesForSetup.bat * In Configuration Manager: AlmToolkit - @@ -42,7 +42,7 @@ * Set configurtaion back to Debug * Run the following command - ReleaseItems\GetMsiForSigning.bat + ReleaseItems\GetMsiForSigning.bat * Upload AlmToolkitSetup.msi from \ReleaseItems\ForSigning to https://portal.esrp.microsoft.com/ & get it signed @@ -51,6 +51,7 @@ * Deploy AlmToolkitSetup.msi github at https://github.com/microsoft/Analysis-Services/releases + ============= Note: if ever increment .NET Framework version, need to: 1. In Setup project properties (dialog, not properties window) > Prerequisites > Change .NET Framework version