samhowes / rules_msbuild

Build .csproj files with Bazel
Apache License 2.0
6 stars 3 forks source link

Fixes after testing externally #187

Closed samhowes closed 2 years ago

samhowes commented 2 years ago

exit 1 on failure to find dotnet binary closes #185

Allow external starlark to comprehend published rules_msbuild binaries without depending on rules_msbuild closes #186

don't delete the project element when updating from bzl closes #184