Compare commits
4 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| a62819232e | |||
| 3f451b731c | |||
| 5dff6d2bad | |||
| 320d02f734 |
@@ -2,7 +2,7 @@ name: build-debian-package
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -19,6 +19,8 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: "10.0.x"
|
dotnet-version: "10.0.x"
|
||||||
|
- name: "Configure nuget source"
|
||||||
|
run: dotnet nuget add source --name DAV --username kocoder --password ${{ secrets.REGISTRY_TOKEN_KOCODER }} https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/nuget/index.json --store-password-in-clear-text
|
||||||
- name: "Build .deb"
|
- name: "Build .deb"
|
||||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
|
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
|
||||||
- name: "Upload .deb"
|
- name: "Upload .deb"
|
||||||
@@ -28,4 +30,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
./alumnihub.deb
|
./alumnihub.deb
|
||||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||||
|
|||||||
Submodule Module.AdminModules updated: a94527f294...bdf54ef5ae
Submodule Module.BlackBoard updated: 0b82942569...f633708b57
Submodule Module.EventRegistration updated: 0a3890e411...ed476ee35f
Submodule Module.HallOfFame updated: 7d11271d7c...749a4eb5fa
Submodule Module.PremiumArea updated: 4a1d334a5c...206b974ab3
Submodule Theme.SZUAbsolventenverein updated: 637a7635cd...2ac142ed7e
Submodule interfaces updated: 5c806421e0...3cc6eba28e
@@ -17,10 +17,11 @@ 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 build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore
|
|
||||||
|
|
||||||
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
||||||
|
|
||||||
|
dotnet restore ./interfaces/SZUAbsolventenverein.slnx
|
||||||
|
dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Building Modules and Themes"
|
echo "Building Modules and Themes"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user