diff --git a/justfile b/justfile index 20d6d9c..ae85243 100644 --- a/justfile +++ b/justfile @@ -339,7 +339,7 @@ build-csharp-native: (_check "dotnet") && (_size "./out/count") ' > count.csproj - DOTNET_CLI_TELEMETRY_OPTOUT="true" dotnet publish --no-restore -c Release -o out count.csproj + DOTNET_CLI_TELEMETRY_OPTOUT="true" dotnet publish -c Release -o out count.csproj echo './out/count {{i}}' > CMD build-ocaml: (_check "ocaml")