Skip to content

Commit

Permalink
build with 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Aug 29, 2023
1 parent 4d36ba1 commit 8173ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet restore
- name: Build Debug
run: dotnet build -c Debug
run: dotnet build -c Debug -f netcoreapp2.1

- name: Run test suite netcoreapp2.1
run: dotnet test --no-build -c Debug -f netcoreapp2.1 Adyen.Test/Adyen.Test.csproj
Expand Down

0 comments on commit 8173ef4

Please sign in to comment.