.NET - Features, integrations, alternatives & more
What it does
This action builds and tests .NET applications using NuGet and MSBuild from Mono, an open source implementation of Microsoft's .NET Framework.
How it works
This action launches a Docker container using the official Mono image. The container runs run nuget restore
and msbuild
commands by default. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
