akka.net/build-system
Aaron Stannard c03ff1cadc
migrate build and test system to .NET 8 (#7008)
* migrate build and test system to .NET 8

* fixed compile step

* upgraded Incrementalist

* update incrementalist on Linux
2023-11-22 16:01:22 -06:00
..
README.md Markdown linting: Unordered Lists + MD019 for headers (#5330) 2021-10-25 12:49:03 +00:00
azure-pipeline.mntr-template.yaml migrate build and test system to .NET 8 (#7008) 2023-11-22 16:01:22 -06:00
azure-pipeline.template.yaml migrate build and test system to .NET 8 (#7008) 2023-11-22 16:01:22 -06:00
nightly-builds.yaml migrate build and test system to .NET 8 (#7008) 2023-11-22 16:01:22 -06:00
pr-validation.yaml migrate build and test system to .NET 8 (#7008) 2023-11-22 16:01:22 -06:00
windows-release.yaml migrate build and test system to .NET 8 (#7008) 2023-11-22 16:01:22 -06: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.