Skip to content

Commit e521694

Browse files
committed
Attempt to use a different shell (default is powershell)
1 parent a1a9e49 commit e521694

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ jobs:
1717
uses: actions/setup-dotnet@v3
1818
# build it, test it, pack it
1919
- name: Run dotnet build (release)
20+
shell: cmd
2021
run: ./build.cmd
21-
- name: Result of build 2
22-
run: echo "Other build exit code: %ERRORLEVEL%"
23-
- name: Check build result status
24-
run: exit env.ERRORLEVEL

0 commit comments

Comments
 (0)