4 lines
227 B
Batchfile
Raw Permalink Normal View History

2025-04-21 14:10: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