We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10910e commit fae1d7eCopy full SHA for fae1d7e
justfile
@@ -339,7 +339,7 @@ build-csharp-native: (_check "dotnet") && (_size "./out/count")
339
<Compile Include="count.cs" />
340
</ItemGroup>
341
</Project>' > count.csproj
342
- 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
343
echo './out/count {{i}}' > CMD
344
345
build-ocaml: (_check "ocaml")
0 commit comments