Files
WebToWindowsApp-CSharp/构建命令.txt
2025-12-14 16:17:15 +08:00

6 lines
143 B
Plaintext

dotnet publish -c Release -r win-x64 --self-contained false
dotnet publish -c Release -r win-x64 --self-contained true
dotnet build -c Debug