Skip to content

Commit

Permalink
Fix .NET Core App version in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Nov 15, 2020
1 parent e384ba0 commit 9869d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ setlocal
call build ^
&& call :test netcoreapp2.1 Debug ^
&& call :test netcoreapp2.1 Release ^
&& call :test netcoreapp3.0 Debug ^
&& call :test netcoreapp3.0 Release ^
&& call :test netcoreapp3.1 Debug ^
&& call :test netcoreapp3.1 Release ^
&& call :test net451 Debug ^
&& call :test net451 Release
goto :EOF
Expand Down

0 comments on commit 9869d29

Please sign in to comment.