Skip to content

Commit

Permalink
Fix test script to test against netcoreapp3.1
Browse files Browse the repository at this point in the history
This technically belongs with commit "Update to .NET Core SDK 3.1"
(ed10deb).
  • Loading branch information
atifaziz committed Aug 11, 2020
1 parent 780d323 commit 2af212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$1" ]]; then
else
configs="$1"
fi
for v in 2.1 3.0; do
for v in 2.1 3.1; do
for c in $configs; do
if [[ "$c" == "Debug" ]]; then
coverage_args="-p:CollectCoverage=true
Expand Down

0 comments on commit 2af212c

Please sign in to comment.