5 lines
151 B
Batchfile
5 lines
151 B
Batchfile
@echo off
|
|
|
|
tools\nuget setApiKey <API_KEY> -ConfigFile tools\NuGet.Config
|
|
tools\nuget pack summernote.nuspec -version <VERSION> -OutputDirectory build
|