Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fd4c51f8b | |||
| cf2ae008ef | |||
| 73bf305ba3 | |||
| 1dbd2b44c5 |
@@ -2,14 +2,13 @@ name: Build and Release Project
|
||||
run-name: Building and Releasing Main Branch 🚀
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'prerelease'
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
|
||||
@@ -1,23 +1,24 @@
|
||||
name: Build and Release Prerelease
|
||||
name: Build and Release Prerelease
|
||||
run-name: Building and Releasing Prerelease Branch 🚀
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'p**'
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
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:
|
||||
- name: Clone Project
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: prerelease
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user