We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a9e49 commit e521694Copy full SHA for e521694
.github/workflows/build.yaml
@@ -17,8 +17,5 @@ jobs:
17
uses: actions/setup-dotnet@v3
18
# build it, test it, pack it
19
- name: Run dotnet build (release)
20
+ shell: cmd
21
run: ./build.cmd
- - 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