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