We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd634a commit 10a4e97Copy full SHA for 10a4e97
.github/workflows/packages.yml
@@ -31,6 +31,8 @@ jobs:
31
uses: actions/checkout@v2
32
with:
33
fetch-depth: 0
34
+ - name: Install .NET SDK
35
+ uses: actions/setup-dotnet@v1
36
- name: .NET Build
37
run: dotnet build Build.csproj -c Release --nologo /p:CI=true
38
- name: .NET Test
0 commit comments