Update Blog.Core.Publish.bat

This commit is contained in:
anjoy8 2020-11-21 11:47:33 +08:00
parent 665fd6769c
commit bcca148443

View File

@ -12,7 +12,7 @@ dotnet publish -o ..\Blog.Core.Api\bin\Debug\net5.0\
md ..\.PublishFiles
xcopy ..\Blog.Core.Api\bin\Debug\netcoreapp3.1\*.* ..\.PublishFiles\ /s /e
xcopy ..\Blog.Core.Api\bin\Debug\net5.0\*.* ..\.PublishFiles\ /s /e
echo "Successfully!!!! ^ please see the file .PublishFiles"