Blog.Core/Blog.Core.Build.bat
2019-05-11 22:28:19 +08:00

9 lines
53 B
Batchfile

git pull
dotnet build
cd Blog.Core
dotnet run
cmd