From 76feb7615d30cbb53a91d138e940e1d8cb0129b1 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 29 Jan 2026 22:37:26 +0100 Subject: [PATCH] Create Oqtane.Server/Packages folder in pipeline --- run-build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/run-build.sh b/run-build.sh index 89295fd..40b8687 100755 --- a/run-build.sh +++ b/run-build.sh @@ -6,8 +6,8 @@ echo "Building oqtane.framework" dotnet restore ./oqtane.framework/Oqtane.slnx dotnet build ./oqtane.framework/Oqtane.slnx -dotnet build -c Release ./oqtane.framework/Oqtane.slnx -dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub + +mkdir -p ./oqtane.framework/Oqtane.Server/Packages echo "" echo "Building Modules and Themes" @@ -20,6 +20,9 @@ do dotnet publish -c Release ./$module/*.slnx done +dotnet build -c Release ./oqtane.framework/Oqtane.slnx +dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub + echo $VERSION $DEBIAN_PACKAGE_PATH echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control