diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 1971e531..e78848ea 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -38,4 +38,10 @@ + + + false + false + + diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index d9db9cf4..976e3467 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -1,5 +1,6 @@ del "*.nupkg" del "*.zip" +dotnet clean -c Release ..\Oqtane.Databases.sln dotnet clean -c Release ..\Oqtane.sln dotnet build -c Release ..\Oqtane.Databases.sln dotnet build -c Release ..\Oqtane.sln diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 2c127945..f98dc145 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -56,4 +56,5 @@ - + +