mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
5 lines
199 B
PowerShell
5 lines
199 B
PowerShell
dotnet publish -c Release -r win10-x64
|
|
dotnet publish -c Release -r osx-x64
|
|
dotnet publish -c Release -r osx.11.0-arm64
|
|
dotnet publish -c Release -r linux-x64
|
|
dotnet publish -c Release -r linux-arm64 |