Promact/slack-erp-custom-integration-mvc

View on GitHub
deploy.cmd

Summary

Maintainability
Test Coverage
bower install
if EXIST "Web.config" (
 @ECHO OFF
  PowerShell.exe -Command "& '.\deploy.ps1'"
 PAUSE
)