diff --git a/run-build.sh b/run-build.sh index 53439f7..3de5851 100755 --- a/run-build.sh +++ b/run-build.sh @@ -17,11 +17,11 @@ dotnet build ./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 +mkdir -p ./oqtane.framework/Oqtane.Server/Packages + dotnet restore ./interfaces/SZUAbsolventenverein.slnx dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore -mkdir -p ./oqtane.framework/Oqtane.Server/Packages - echo "" echo "Building Modules and Themes"