We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d889c commit 5857e25Copy full SHA for 5857e25
1 file changed
.github/workflows/ci.yml
@@ -150,7 +150,7 @@ jobs:
150
shell: bash
151
run: dotnet nuget add source "$GITHUB_WORKSPACE/staging" --name local-build
152
- name: Run SSH validation
153
- shell: bash
+ shell: pwsh
154
run: dotnet run --project SshCloneTestApp -c Release "/p:LibGit2SharpVersion=${{ steps.pkg.outputs.version }}"
155
156
nuget-push:
0 commit comments