diff --git a/build/run/PeopleServer.bat b/build/run/PeopleServer.bat index 1df8792c96..19ef2a0a2f 100644 --- a/build/run/PeopleServer.bat +++ b/build/run/PeopleServer.bat @@ -1,3 +1,2 @@ echo "RUN ASC.People" -PUSHD %~dp0..\..\products\ASC.People\Server\ -call dotnet watch run --project ASC.People.csproj \ No newline at end of file +call dotnet run --project ..\..\products\ASC.People\Server\ASC.People.csproj --no-build \ No newline at end of file diff --git a/build/run/WebApi.bat b/build/run/WebApi.bat index f8d8204999..b883abd6c6 100644 --- a/build/run/WebApi.bat +++ b/build/run/WebApi.bat @@ -1,3 +1,2 @@ echo "RUN ASC.Web.Api" -PUSHD %~dp0..\..\web\ASC.Web.Api\ -call dotnet watch run --project ASC.Web.Api.csproj \ No newline at end of file +call dotnet run --project ..\..\web\ASC.Web.Api\ASC.Web.Api.csproj --no-build \ No newline at end of file diff --git a/build/run/WebStudio.bat b/build/run/WebStudio.bat index 642e68808c..b954f4b630 100644 --- a/build/run/WebStudio.bat +++ b/build/run/WebStudio.bat @@ -1,3 +1,2 @@ echo "RUN ASC.Web.Studio" -PUSHD %~dp0..\..\web\ASC.Web.Studio\ -call dotnet watch run --project ASC.Web.Studio.csproj \ No newline at end of file +call dotnet run --project ..\..\web\ASC.Web.Studio\ASC.Web.Studio.csproj --no-build \ No newline at end of file