Skip to content

Commit 54fa3f4

Browse files
committed
Change default shell
1 parent 1548d49 commit 54fa3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_build-console.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
defaults:
1515
run:
16-
shell: bash
16+
shell: pwsh
1717

1818
env:
1919
CSPROJ_PATH: src/Console/MyDocProcApp/MyDocProcApp.csproj

.github/workflows/main_build-console_codesign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
defaults:
77
run:
8-
shell: bash
8+
shell: pwsh
99

1010
permissions:
1111
id-token: write # For OIDC auth

0 commit comments

Comments
 (0)