Skip to content

Commit 10a4e97

Browse files
committed
Fix package builds
1 parent abd634a commit 10a4e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: actions/checkout@v2
3232
with:
3333
fetch-depth: 0
34+
- name: Install .NET SDK
35+
uses: actions/setup-dotnet@v1
3436
- name: .NET Build
3537
run: dotnet build Build.csproj -c Release --nologo /p:CI=true
3638
- name: .NET Test

0 commit comments

Comments
 (0)