2 Commits

Author SHA1 Message Date
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

View File

@@ -1,15 +1,14 @@
name: Build and Release Prerelease name: Build and Release Prerelease ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
run-name: Building and Releasing Prerelease Branch 🚀 run-name: Building and Releasing Prerelease Branch ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} 🚀
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' ]
@@ -18,6 +17,8 @@ jobs:
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: