Skip to content

Commit

Permalink
fix csharp-native: remove --no-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 23, 2024
1 parent f10910e commit fae1d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ build-csharp-native: (_check "dotnet") && (_size "./out/count")
<Compile Include="count.cs" />
</ItemGroup>
</Project>' > 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")
Expand Down

0 comments on commit fae1d7e

Please sign in to comment.