MeiSaiSiXieTongApi/FrameWork/SwashbuckleEx/Publish.SwashbuckleEx.bat

4 lines
227 B
Batchfile
Raw Permalink Normal View History

2025-04-24 18:31:27 +08:00
set /p key=input key:
call ./Publish.bat "SwashbuckleEx.*.nupkg" "Swashbuckle.WebHost/Swashbuckle.WebHost.csproj" "%key%"
call ./Publish.bat "SwashbuckleEx.Core.*.nupkg" "Swashbuckle.Core/Swashbuckle.Core.csproj" "%key%"
@pause