Appearance
dotnet チートシート
Build
bash
dotnet build app/Management/Management.csproj -c Debug
dotnet build app/Kiosk/Windows/Kiosk.Windows.csproj -c Debug
dotnet build app/Kiosk/Desktop/Kiosk.Desktop.csproj -c DebugPublish
bash
dotnet publish app/Management/Management.csproj -c Release -r win-x64
dotnet publish app/Kiosk/Windows/Kiosk.Windows.csproj -c Release -r win-x64
dotnet publish app/Kiosk/Desktop/Kiosk.Desktop.csproj -c Release -r linux-x64Test
bash
dotnet test