Hyperion/build-system
Gregorius Soedharmo 82f3347dda
Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection (#301)
* Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection

* Fix linux validation to ignore NetFX

* Fix build script

* Fix build script

* Fix build script

* Update linux vmimage

* Embed NetFX .dlls in test project

* Fix build script
2022-03-23 08:14:38 -05:00
..
README.md Build system update (#120) 2019-10-03 15:22:28 +01:00
azure-pipeline.template.yaml Update build system to support .NET 3.1 and 5.0 2021-03-25 01:34:19 +07:00
nightly-builds.yaml WIP Communicate between framework mscorlib and core framework with Unit Tests (#116) 2019-10-15 12:38:23 -05:00
pr-validation.yaml Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection (#301) 2022-03-23 08:14:38 -05:00
windows-pr-validation.yaml Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection (#301) 2022-03-23 08:14:38 -05:00
windows-release.yaml fix release Pipeline 2021-03-24 16:00:37 -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.