Skip to content

Commit 68e27fa

Browse files
committed
allow dotnet --info to fail without crashing the whole build
1 parent fa3a001 commit 68e27fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
# let's make sure we're on the version we think we are.
3131
- name: Announce .NET version
32+
continue-on-error: true
3233
run: dotnet --info
3334

3435
- name: Restore tools

0 commit comments

Comments
 (0)