From 795f591da227f827ba4a02bf97fb8e57153ff131 Mon Sep 17 00:00:00 2001 From: Pavel Vesely Date: Tue, 26 May 2020 09:04:15 +0200 Subject: [PATCH] Generate nugets in correct format --- Oqtane.Client/Oqtane.Client.csproj | 2 +- Oqtane.Package/release.cmd | 9 ++++----- Oqtane.Server/Oqtane.Server.csproj | 3 ++- Oqtane.Upgrade/Oqtane.Upgrade.csproj | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index a551efc9..a712520f 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -17,6 +17,7 @@ Git Not for production use. Oqtane + true @@ -37,5 +38,4 @@ - diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index fef9bc80..34df2891 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -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 - \ No newline at end of file +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 diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index a26ff88e..ccc27cd2 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -15,6 +15,7 @@ Git Not for production use. Oqtane + true @@ -43,4 +44,4 @@ - \ No newline at end of file + diff --git a/Oqtane.Upgrade/Oqtane.Upgrade.csproj b/Oqtane.Upgrade/Oqtane.Upgrade.csproj index b4d55166..587d5a9d 100644 --- a/Oqtane.Upgrade/Oqtane.Upgrade.csproj +++ b/Oqtane.Upgrade/Oqtane.Upgrade.csproj @@ -15,6 +15,7 @@ Git Not for production use. Oqtane + false