Skip to content

Commit

Permalink
correct if
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHarltey committed Mar 3, 2024
1 parent 8d366e3 commit 5af05ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
echo "$NO_NET48"
echo "$RUNNER_OS"
echo "$RUNNER_ARCH"
if [ "$TEST_COVERAGE" == "true" ] then
if [ "$TEST_COVERAGE" == "true" ]
then
./dotnet_build.sh test_coverage
elif [ "$NO_NET48" == "true" ] then
elif [ "$NO_NET48" == "true" ]
then
./dotnet_build.sh no_net48
else
./dotnet_build.sh
Expand Down

0 comments on commit 5af05ea

Please sign in to comment.