Compare commits
1 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b0c04df3d |
@@ -2,7 +2,7 @@ name: build-debian-package
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,8 +19,6 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
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"
|
||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
|
||||
- name: "Upload .deb"
|
||||
@@ -30,4 +28,4 @@ jobs:
|
||||
with:
|
||||
files: |-
|
||||
./alumnihub.deb
|
||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||
Submodule Module.AdminModules updated: bdf54ef5ae...a94527f294
Submodule Module.BlackBoard updated: f633708b57...0b82942569
Submodule Module.EventRegistration updated: ed476ee35f...0a3890e411
Submodule Module.HallOfFame updated: 749a4eb5fa...7d11271d7c
Submodule Module.PremiumArea updated: 206b974ab3...4a1d334a5c
Submodule Theme.SZUAbsolventenverein updated: 2ac142ed7e...a1fd9ab2d7
Submodule interfaces updated: 3cc6eba28e...5c806421e0
@@ -17,11 +17,10 @@ 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user