Skip to content

Commit fae1d7e

Browse files
committed
fix csharp-native: remove --no-restore
1 parent f10910e commit fae1d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ build-csharp-native: (_check "dotnet") && (_size "./out/count")
339339
<Compile Include="count.cs" />
340340
</ItemGroup>
341341
</Project>' > count.csproj
342-
DOTNET_CLI_TELEMETRY_OPTOUT="true" dotnet publish --no-restore -c Release -o out count.csproj
342+
DOTNET_CLI_TELEMETRY_OPTOUT="true" dotnet publish -c Release -o out count.csproj
343343
echo './out/count {{i}}' > CMD
344344

345345
build-ocaml: (_check "ocaml")

0 commit comments

Comments
 (0)