Skip to content

Commit

Permalink
Make Ubuntu workflow use pwsh shell explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Nov 12, 2024
1 parent f6c62d6 commit edc8019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ jobs:
dotnet-version: 8.0.x

- name: Build everything
shell: pwsh
run: |
& .\eng\build.ps1 -build $true
- name: Run unit tests
shell: pwsh
run: |
& .\eng\build.ps1 -build $false -test $true
- name: Test artifact publishing
shell: pwsh
run: |
& .\eng\build.ps1 -build $false -publish $true

0 comments on commit edc8019

Please sign in to comment.