Akka.Persistence.SqlServer/build-system
Gregorius Soedharmo 1b80ec2c3a
Modernize solution (#334)
2023-09-28 09:52:14 -05:00
..
README.md Add Build-System folder to migrate to Azure 2019-05-21 09:49:56 -05:00
azure-pipeline.template.yaml Move Hosting project from Akka.Hosting repo to this repo (#308) 2023-05-04 13:19:01 -05:00
linux-pr-validation.yaml target Ubuntu latest (#280) 2023-02-20 23:45:52 +00:00
windows-release.yaml Modernize solution (#334) 2023-09-28 09:52:14 -05:00

README.md

Azure Pipelines Build Files

These .yaml files are used by Windows Azure DevOps Pipelines to help execute the following types of builds:

  • Pull request validation on Linux (Mono / .NET Core)
  • Pull request validation on Windows (.NET Framework / .NET Core)
  • NuGet releases with automatic release notes posted to a Github Release repository.

NOTE: you will need to change some of the pipeline variables inside the windows-release.yaml for your specific project and you will also want to create variable groups with your signing and NuGet push information.