Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file

This commit is contained in:
Shaun Walker
2020-05-24 19:11:35 -04:00
parent 6ac2b64d7d
commit 3339690e2a
11 changed files with 93 additions and 32 deletions

View File

@ -0,0 +1,6 @@
DEL "*.nupkg"
nuget.exe pack Oqtane.Framework.nuspec
nuget.exe pack Oqtane.Client.nuspec
nuget.exe pack Oqtane.Server.nuspec
nuget.exe pack Oqtane.Shared.nuspec