Skip to content

Commit b121024

Browse files
committed
Fix build yml
1 parent 781bd34 commit b121024

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
18-
with:
19-
dotnet-version: 3.1.301
20-
- name: Install dependencies
16+
- name: Restore
2117
run: dotnet restore
2218
- name: Build
2319
run: dotnet build --configuration Release --no-restore
2420
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
21+
run: dotnet test --configuration Release --no-restore --verbosity normal

0 commit comments

Comments
 (0)