Update pipelines

[no nightly]
This commit is contained in:
SKProCH
2022-07-02 19:55:52 +03:00
parent 43bfc182dc
commit 0db7b055ea
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build solution
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
+3
View File
@@ -6,7 +6,9 @@ on:
jobs:
build:
name: Build and pack
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'no nightly')"
steps:
- uses: actions/checkout@v2
- name: Setup .NET
@@ -31,6 +33,7 @@ jobs:
name: artifacts
path: artifacts/
numerge:
name: Merge packages and publish nightly
runs-on: ubuntu-latest
needs: [build]
steps:
+2
View File
@@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build and pack
steps:
- uses: actions/checkout@v2
- name: Setup .NET
@@ -32,6 +33,7 @@ jobs:
path: artifacts/
numerge:
runs-on: ubuntu-latest
name: Merge packages and publish nightly
needs: [build]
steps:
- name: Checkout Numerge