Simple console tool to generate KUP reports based on git commits history in Azure DevOps.
Before using the KUP Report generator, ensure that you have the following prerequisites in place:
- .NET SDK installed (version 5.0 or later)
- Git Credential Manager installed
To access the git commit history from Azure DevOps, you need to have the appropriate git credentials. Follow these steps to obtain them:
- Open the Credential Manager on Windows by pressing
Win + R
to open the Run dialog, then typecontrol /name Microsoft.CredentialManager
and press Enter. - In the Credential Manager window, click on the "Windows Credentials" tab.
- Scroll down and look for any entries related to the Azure DevOps. These entries may start with
git:https://
,git:https://dev.azure.com/
, or the name of your dev.azure.com organization. - Click on the entry to expand it and view the stored credentials. You should see the username and the option to reveal the password.
- Open a terminal.
- Run the following command to check the stored Git credentials:
git credential fill
.
- Open a terminal.
- Run the following command to check the stored Git credentials:
git credential-osxkeychain get
.
- Download the latest version of the KUP Report generator for your OS:
- Launch and select
Install
option and follow the steps. - Launch and select
Run
and wait for the result.