Skip to content

Commit df7884f

Browse files
author
reed
committed
Merge branch 'master' of github.com:1manprojects/one_Sgp4
2 parents 7464999 + 7853ad6 commit df7884f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
dotnet-version: 3.1.100
1616
- name: Build
17-
run: dotnet build --configuration Release
17+
run: dotnet build -f netcoreapp3.1 --configuration Release
1818

1919
- name: Test
20-
run: dotnet test --configuration Release
20+
run: dotnet test -f netcoreapp3.1 --configuration Release

0 commit comments

Comments
 (0)