call ng build --prod --aot --output-path dist --base-href /ng/
call cd ../server
call powershell -Command "if (Test-Path ".\ng") { Remove-Item -path .\ng -recurse }"
call xcopy /I /E /Y "..\client\dist" "ng"
call copy /Y "ng\index.html" "Views\Home\Index.cshtml"
