diff --git a/Oqtane.Application/AppHost/Oqtane.Application.AppHost.csproj b/Oqtane.Application/AppHost/Oqtane.Application.AppHost.csproj index 8f04d329..9490f607 100644 --- a/Oqtane.Application/AppHost/Oqtane.Application.AppHost.csproj +++ b/Oqtane.Application/AppHost/Oqtane.Application.AppHost.csproj @@ -44,4 +44,8 @@ + + + + diff --git a/Oqtane.Application/Build/Oqtane.Application.nuspec b/Oqtane.Application/Build/Oqtane.Application.nuspec deleted file mode 100644 index 1cca2e51..00000000 --- a/Oqtane.Application/Build/Oqtane.Application.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - $projectname$ - 1.0.0 - Oqtane.Application - Oqtane.Application - Oqtane.Application - Oqtane.Application - Oqtane.Application - false - MIT - https://github.com/oqtane/oqtane.framework - icon.png - oqtane module - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Oqtane.Application/Build/debug.cmd b/Oqtane.Application/Build/debug.cmd index 6ac5c190..697dd3ae 100644 --- a/Oqtane.Application/Build/debug.cmd +++ b/Oqtane.Application/Build/debug.cmd @@ -1,11 +1 @@ -@echo off -set TargetFramework=%1 -set ProjectName=%2 - -XCOPY "..\Client\bin\Debug\%TargetFramework%\%ProjectName%.Client.Oqtane.dll" "..\AppHost\bin\Debug\%TargetFramework%\" /Y -XCOPY "..\Client\bin\Debug\%TargetFramework%\%ProjectName%.Client.Oqtane.pdb" "..\AppHost\bin\Debug\%TargetFramework%\" /Y -XCOPY "..\Server\bin\Debug\%TargetFramework%\%ProjectName%.Server.Oqtane.dll" "..\AppHost\bin\Debug\%TargetFramework%\" /Y -XCOPY "..\Server\bin\Debug\%TargetFramework%\%ProjectName%.Server.Oqtane.pdb" "..\AppHost\bin\Debug\%TargetFramework%\" /Y -XCOPY "..\Shared\bin\Debug\%TargetFramework%\%ProjectName%.Shared.Oqtane.dll" "..\AppHost\bin\Debug\%TargetFramework%\" /Y -XCOPY "..\Shared\bin\Debug\%TargetFramework%\%ProjectName%.Shared.Oqtane.pdb" "..\AppHost\bin\Debug\%TargetFramework%\" /Y XCOPY "..\Server\wwwroot\*" "..\AppHost\wwwroot\" /Y /S /I \ No newline at end of file diff --git a/Oqtane.Application/Build/debug.sh b/Oqtane.Application/Build/debug.sh index 7c4beb97..bf088d67 100644 --- a/Oqtane.Application/Build/debug.sh +++ b/Oqtane.Application/Build/debug.sh @@ -1,12 +1 @@ -#!/bin/bash - -TargetFramework=$1 -ProjectName=$2 - -cp -f "../Client/bin/Debug/$TargetFramework/$ProjectName$.Client.Oqtane.dll" "../AppHost/bin/Debug/$TargetFramework/" -cp -f "../Client/bin/Debug/$TargetFramework/$ProjectName$.Client.Oqtane.pdb" "../AppHost/bin/Debug/$TargetFramework/" -cp -f "../Server/bin/Debug/$TargetFramework/$ProjectName$.Server.Oqtane.dll" "../AppHost/bin/Debug/$TargetFramework/" -cp -f "../Server/bin/Debug/$TargetFramework/$ProjectName$.Server.Oqtane.pdb" "../AppHost/bin/Debug/$TargetFramework/" -cp -f "../Shared/bin/Debug/$TargetFramework/$ProjectName$.Shared.Oqtane.dll" "../AppHost/bin/Debug/$TargetFramework/" -cp -f "../Shared/bin/Debug/$TargetFramework/$ProjectName$.Shared.Oqtane.pdb" "../AppHost/bin/Debug/$TargetFramework/" cp -rf "../Server/wwwroot/"* "../AppHost/wwwroot/" \ No newline at end of file diff --git a/Oqtane.Application/Build/icon.png b/Oqtane.Application/Build/icon.png deleted file mode 100644 index 3c43cce4..00000000 Binary files a/Oqtane.Application/Build/icon.png and /dev/null differ diff --git a/Oqtane.Application/Build/release.cmd b/Oqtane.Application/Build/release.cmd deleted file mode 100644 index a71d781e..00000000 --- a/Oqtane.Application/Build/release.cmd +++ /dev/null @@ -1,2 +0,0 @@ -del "*.nupkg" -"nuget.exe" pack Oqtane.Application.nuspec -Properties projectname=Oqtane.Application diff --git a/Oqtane.Application/Build/release.sh b/Oqtane.Application/Build/release.sh deleted file mode 100644 index 0a01b394..00000000 --- a/Oqtane.Application/Build/release.sh +++ /dev/null @@ -1 +0,0 @@ -"nuget.exe" pack Oqtane.Application.nuspec -Properties projectname=Oqtane.Application \ No newline at end of file