Move alumnihub-build-directory
This commit is contained in:
@@ -7,7 +7,7 @@ echo "Building oqtane.framework"
|
||||
dotnet restore ./oqtane.framework/Oqtane.slnx
|
||||
dotnet build ./oqtane.framework/Oqtane.slnx --no-restore
|
||||
dotnet build -c Release ./oqtane.framework/Oqtane.slnx --no-restore
|
||||
dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub --no-restore
|
||||
dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub/opt/alumnihub --no-restore
|
||||
|
||||
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
||||
|
||||
@@ -22,7 +22,7 @@ do
|
||||
dotnet publish -c Release ./$module/*.slnx --no-restore
|
||||
done
|
||||
|
||||
cp -r ./oqtane.framework/Oqtane.Server/Packages ./alumnihub_10.0_amd64/opt/alumnihub/Packages
|
||||
cp -r ./oqtane.framework/Oqtane.Server/Packages ./alumnihub/opt/alumnihub/Packages
|
||||
|
||||
echo $VERSION $DEBIAN_PACKAGE_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user