mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
fix: fix csharp build hanging
This commit is contained in:
@@ -331,6 +331,7 @@ async fn build_cs_proj(
|
||||
.env("HOME", HOME_ENV.as_str())
|
||||
.env("DOTNET_CLI_TELEMETRY_OPTOUT", "true")
|
||||
.env("DOTNET_NOLOGO", "true")
|
||||
.env("MSBUILDDISABLENODEREUSE", "1")
|
||||
.env("DOTNET_ROOT", DOTNET_ROOT.as_str())
|
||||
.args(vec![
|
||||
"publish",
|
||||
|
||||
Reference in New Issue
Block a user