Merge pull request #544 from chlupac/nuget

Generate nugets in correct format
This commit is contained in:
Shaun Walker
2020-05-27 16:12:51 -04:00
committed by GitHub
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,5 @@
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
dotnet clean -c Release ..\Oqtane.sln
dotnet build -c Release ..\Oqtane.sln
dotnet pack -o .\ -c Release ..\Oqtane.sln
nuget.exe pack Oqtane.Framework.nuspec