|
|
|
|
@ -33,6 +33,8 @@ jobs:
@@ -33,6 +33,8 @@ jobs:
|
|
|
|
|
- name: Test |
|
|
|
|
run: dotnet test --no-restore --verbosity normal |
|
|
|
|
build_and_upload: |
|
|
|
|
name: Build & Upload Develop Artifacts |
|
|
|
|
needs: build_and_test |
|
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
|
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[no build]') |
|
|
|
|
strategy: |
|
|
|
|
@ -56,6 +58,8 @@ jobs:
@@ -56,6 +58,8 @@ jobs:
|
|
|
|
|
steps: |
|
|
|
|
- name: Get the sources |
|
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|
fetch_depth: 0 |
|
|
|
|
|
|
|
|
|
- name: Setup .NET Core |
|
|
|
|
uses: actions/setup-dotnet@v1 |
|
|
|
|
|