Create Oqtane.Server/Packages folder in pipeline
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m52s
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m52s
This commit is contained in:
@@ -6,8 +6,8 @@ echo "Building oqtane.framework"
|
|||||||
|
|
||||||
dotnet restore ./oqtane.framework/Oqtane.slnx
|
dotnet restore ./oqtane.framework/Oqtane.slnx
|
||||||
dotnet build ./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 ""
|
||||||
echo "Building Modules and Themes"
|
echo "Building Modules and Themes"
|
||||||
@@ -20,6 +20,9 @@ do
|
|||||||
dotnet publish -c Release ./$module/*.slnx
|
dotnet publish -c Release ./$module/*.slnx
|
||||||
done
|
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 $DEBIAN_PACKAGE_PATH
|
||||||
|
|
||||||
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
|
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
|
||||||
|
|||||||
Reference in New Issue
Block a user