You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
474 B

1 month ago
dotnet publish -c Release -r win10-x64 --output ./publish/win10-x64 -f net6.0 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
dotnet publish -c Release -r osx.10.12-x64 --output ./publish/osx.10.12-x64 -f net6.0 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
dotnet publish -c Release -r ubuntu.16.04-x64 --output ./publish/ubuntu.16.04-x64 -f net6.0 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
pause