try to fix build

This commit is contained in:
Jason Dove
2022-01-21 15:25:03 -06:00
parent 691842008d
commit db6fd22215
+4
View File
@@ -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:
steps:
- name: Get the sources
uses: actions/checkout@v2
with:
fetch_depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1