pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
27 stars 25 forks source link

add Makefile to build the language runtime #329

Closed tgummerer closed 2 months ago

tgummerer commented 2 months ago

Add a simple makefile to build and install the language runtime for dotnet. We have a homegrown build system in this repo, but that doesn't even return the errors for failed Go builds. Rather than trying to fix that, it's better to try and converge the build systems for all our projects, as all others are using Make.

The dotnet run commands will keep working for those that prefer them.