NewGaoKaoApi/New_College.Build.bat

21 lines
179 B
Batchfile

git pull
@echo off
for /f "tokens=5" %%i in ('netstat -aon ^| findstr ":8081"') do (
set n=%%i
)
taskkill /f /pid %n%
dotnet build
cd New_College.Api
dotnet run
cmd