Compare commits
3 Commits
0.0.1-oqta
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a62819232e | |||
| 3f451b731c | |||
| 5dff6d2bad |
@@ -2,7 +2,7 @@ name: build-debian-package
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,6 +19,8 @@ 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"
|
||||
@@ -28,4 +30,4 @@ jobs:
|
||||
with:
|
||||
files: |-
|
||||
./alumnihub.deb
|
||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||
|
||||
@@ -17,10 +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
|
||||
|
||||
dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore
|
||||
|
||||
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
||||
|
||||
dotnet restore ./interfaces/SZUAbsolventenverein.slnx
|
||||
dotnet build -c "$ENVIRONMENT" ./interfaces/SZUAbsolventenverein.slnx --no-restore
|
||||
|
||||
echo ""
|
||||
echo "Building Modules and Themes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user