Skip to content

Commit

Permalink
Fix package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
deanward81 committed Jan 5, 2022
1 parent abd634a commit 10a4e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install .NET SDK
uses: actions/setup-dotnet@v1
- name: .NET Build
run: dotnet build Build.csproj -c Release --nologo /p:CI=true
- name: .NET Test
Expand Down

0 comments on commit 10a4e97

Please sign in to comment.