6 lines
302 B
Batchfile
6 lines
302 B
Batchfile
@ECHO OFF
|
|
|
|
nuget pack Nuclex.Foundation.nuspec -Version 1.2.0 -Properties Configuration=Release
|
|
nuget pack Nuclex.Foundation.Ninject.nuspec -Version 1.2.0 -Properties Configuration=Release
|
|
nuget pack Nuclex.Foundation.DependencyInjection.nuspec -Version 1.2.0 -Properties Configuration=Release
|