Skip to content

A dummy library created to demonstrate using Azure Devops pipeline yaml for build and release

Notifications You must be signed in to change notification settings

therealjordanlee/ExampleLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Library

This is a sample library used for demonstrating a simple build/release pipeline using Azure DevOps. Check out the azure-pipelines.yml file if you're interested in the example.

The pipeline is set up to execute the following scenarios:

  • Commits are pushed: Build & Test only
  • Tags are pushed: Build, Test and Release (push to nuget repository)
  • Pull requests: Build & Test only
  • Daily builds: Build & Test only

This is explained in detail in the following blog post: https://medium.com/@therealjordanlee/azuredevops-sample-pipeline-f78367ae37d3

About

A dummy library created to demonstrate using Azure Devops pipeline yaml for build and release

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages