Skip to content
#

build-automation

Here are 561 public repositories matching this topic...

earthly
KKVANONYMOUS
KKVANONYMOUS commented Oct 4, 2021

Currently, the Examples list in the Quickstart Section of the README file contains hyperlinks to languages like Go, Java, Cpp, JS
It would be beneficial to add links to other languages such as C, Cobol, Python, Ruby, Rust, Scala to make the navigation easier.

@vladaionescu
If you find this issue useful, I would be happy to work on this 😃

augustoproiete
augustoproiete commented Nov 21, 2020

Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.

MSBuild("./my-app.sln", new MSBuildSettings
{
    Configuration = "Release",
    ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###

It would be nice if we could use a property, with a string, which would make it more na

Improve this page

Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."

Learn more