4 Commits

Author SHA1 Message Date
4fd4c51f8b sf4
All checks were successful
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been skipped
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been skipped
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} (push) Has been skipped
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} (push) Has been skipped
2026-03-04 19:43:58 +01:00
cf2ae008ef sf3
All checks were successful
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been skipped
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been skipped
Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been skipped
Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been skipped
2026-03-04 19:42:18 +01:00
73bf305ba3 sf2
All checks were successful
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m20s
Build and Release Prerelease ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been skipped
Build and Release Prerelease ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been skipped
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m20s
2026-03-04 19:37:57 +01:00
1dbd2b44c5 sf 2026-03-04 19:36:35 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -2,14 +2,13 @@ name: Build and Release Project
run-name: Building and Releasing Main Branch 🚀 run-name: Building and Releasing Main Branch 🚀
on: on:
push: push:
branches-ignore:
- 'prerelease'
tags: tags:
- '**' - '**'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: false
strategy: strategy:
matrix: matrix:
dotnet: [ '8.0.405' ] dotnet: [ '8.0.405' ]

View File

@@ -1,23 +1,24 @@
name: Build and Release Prerelease name: Build and Release Prerelease
run-name: Building and Releasing Prerelease Branch 🚀 run-name: Building and Releasing Prerelease Branch 🚀
on: on:
push: push:
branches-ignore:
- 'main'
tags: tags:
- 'p**' - '**'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: false
strategy: strategy:
matrix: matrix:
dotnet: [ '8.0.405' ] dotnet: [ '8.0.405' ]
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ] publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}}
steps: steps:
- name: Clone Project - name: Clone Project
uses: actions/checkout@master uses: actions/checkout@master
with:
ref: prerelease
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with: