maartenvandiemen / PrintTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab - printtool

Printtool is a simple application written in .NET7 that prints the arguments passed to the tool.

Prerequisites Azure Devops

The following prerequisites are required before executing the pipelines:

  1. Ensure you have a Microsoft account
    • If you don't have a Microsoft account signup here for a new one.
  2. Browse to: https://dev.azure.com and select 'start for free'
    Sign up for Azure Devops
  3. Fill in the data and pick a name for your project. Set project visibility to 'private'
    Create project with visibility private
  4. Note down the name of your Azure Devops organization you just created. The name of the organization is the same name as the project that is just created. So: dev.azure.com/<JustCreatedProjectName>
  5. Create a request for parallel jobs through this form. Fill in with the following data:
    Data required for parallelism request
    • Wait untill the request is approved.

Import pipeline in Azure Devops

  1. Import this repo through these steps.
  2. Create a new pipeline, select use existing YAML
    Use existing YAML
  3. Do this for the following files:
    • .azure-pipelines/azure-pipelines-hostedagents-start.yml
    • .azure-pipelines/.refactored/azure-pipelines-hostedagents-multistage.yml

About


Languages

Language:C# 100.0%