Skip to content

Commit 637bd2b

Browse files
committed
Trying to get more info
1 parent 21fef5e commit 637bd2b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
# build it, test it, pack it
1919
- name: Run dotnet build (release)
2020
run: ./build.cmd
21+
- name: Result of build
22+
run: echo "Build exit code: ${{env.ERRORLEVEL}}"
23+
- name: Result of build 2
24+
run: echo "Other build exit code: %ERRORLEVEL%"
2125
- name: Check build result status
22-
if: env.ERRORLEVEL != 0
23-
run: exit 1
26+
run: exit env.ERRORLEVEL

0 commit comments

Comments
 (0)