-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_web_apps.ps1
10 lines (9 loc) · 1.21 KB
/
run_web_apps.ps1
1
2
3
4
5
6
7
8
9
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'build --project ./mqtask.WebApi/mqtask.WebApi.csproj --configuration Release'
Start-Sleep 2
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'run --no-build --project ./mqtask.WebApi/mqtask.WebApi.csproj --configuration Release --urls="http://localhost:5002;https://localhost:5003'
Start-Sleep 1
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'run --no-build --project ./mqtask.WebApi/mqtask.WebApi.csproj --configuration Release --urls="http://localhost:5004;https://localhost:5005'
Start-Sleep 1
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'run --no-build --project ./mqtask.WebApi/mqtask.WebApi.csproj --configuration Release --urls="http://localhost:5006;https://localhost:5007'
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'run --project ./mqtask.WebApp/mqtask.WebApp.csproj --configuration Release --urls="http://localhost:5008;https://localhost:5009'
Start-Process -FilePath 'dotnet' -WorkingDirectory '.\' -ArgumentList 'run --project ./mqtask.ReverseProxy/mqtask.ReverseProxy.csproj --configuration Release --urls="http://localhost:5000;https://localhost:5001"'