Command create dependances : dotnet restore
Command execute project : dotnet run
Command Build : dotnet build
Command Release (Light) : dotnet publish -c Release -r win-x64
Command Release (All dependances) : dotnet publish -c Release -r win-x64 --self-contained