A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nkdAgility/azure-devops-automation-tools below:

nkdAgility/azure-devops-automation-tools: Additional automation tools to enhance the Azure DevOps Migration Tools

Azure DevOps Automation Tools

All these tools are built in PowerShell and have both a $data and a $output folder.

The expectation is that you would create a new git repo just for the data and output folders and then use the scripts to generate the data and output content that you would then use as input into your migrations.

A Sample data folder is provided in this repo.

Setting up the environment
  1. Clone this repository
  2. Install Visual Studio Code (https://code.visualstudio.com/)
  3. Enable Powershell Plugins in Visual Studio Code
  4. Install Powershell 7
Run the Scripts with your own data

The scripts use config.json in the root of this repo to determine where to find the data and where to put the output. It will be generated if it does not exist, and you can initiate it by running runmefirst.ps1.

{
  "dataFolder": "..\\my-data-repo\\data\\",
  "dataEnvironment": "debug",
  "queryString": "api-version=7.0",
  "outputFolder": "..\\my-data-repo\\output\\"
}

Although you can use the default values, this will store your data in untracked files in the same repo as the scripts. You would ecperiance data loss if this folder were to be deleted. We recommend that you create a new git repo for your data and output folders and then use the scripts to generate the data and output content that you would then use as input into your migrations.

Once you have your config.json set up, you can run the follwoing scripts:

The data folder contains the data that is used to for each Script. You can check the .\data\sample\* folder for examples of the data required.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4