Compare commits

...

2 Commits

Author SHA1 Message Date
5dff6d2bad Fix: run-build.sh
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m31s
2026-02-24 11:51:38 +01:00
320d02f734 Update: 24.02.2025
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m57s
2026-02-24 11:46:09 +01:00
8 changed files with 8 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ dotnet build ./oqtane.framework/Oqtane.slnx --no-restore
dotnet build -c "$ENVIRONMENT" ./oqtane.framework/Oqtane.slnx --no-restore dotnet build -c "$ENVIRONMENT" ./oqtane.framework/Oqtane.slnx --no-restore
dotnet publish -c "$ENVIRONMENT" ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub/opt/alumnihub --no-restore dotnet publish -c "$ENVIRONMENT" ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub/opt/alumnihub --no-restore
dotnet restore ./interfaces/SZUAbsolventenverein.slnx
dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore
mkdir -p ./oqtane.framework/Oqtane.Server/Packages mkdir -p ./oqtane.framework/Oqtane.Server/Packages