Compare commits

...

1 Commits

Author SHA1 Message Date
fb411826ca Upgrade auf net10 und alumnihub 10.0.3
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m53s
2026-01-21 08:57:42 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -19,11 +19,11 @@ jobs:
- name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
dotnet-version: "10.0.x"
- name: "Oqtane Framework restore"
run: dotnet restore ./oqtane.framework/Oqtane.sln --verbosity detailed
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
- name: "Oqtane Framework bauen"
run: dotnet build -c Release ./oqtane.framework/Oqtane.sln
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub
- name: "Build .deb"