mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-28 07:43:06 +00:00
5 lines
162 B
Batchfile
5 lines
162 B
Batchfile
del "*.nupkg"
|
|
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Module.[Module].nuspec
|
|
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y
|
|
|