powershell ./Dapr.Cqrs.Infra/mssql/build.ps1Set-ExecutionPolicy RemoteSigned -scope CurrentUser
powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"dapr initexplorer "%USERPROFILE%\.dapr\"dotnet tool install -g Microsoft.Tye --version "0.9.0-alpha.21380.1"Reference: https://github.com/dotnet/tye/blob/main/docs/reference/commandline/tye-run.md
tye run --watch