Skip to content

Commit

Permalink
pspreview3
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent 13aef5b commit 69ef6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
with:
useConfigFile: true

- name: Install PowerShell Preview
- name: Install Latest PowerShell (so we get v7.3+ that uses .net 7)
shell: pwsh
run: |
dotnet tool install --global PowerShell
- name: Build F7History v${{ steps.gitversion.outputs.FullSemVer }}
id: build
shell: pwsh
shell: pwsh {0}
run: |
ls 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.13\System.Runtime.dll'
pwsh -v
Install-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force
Import-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force
Install-module -Name ModuleBuilder -Force -SkipPublisherCheck -Scope CurrentUser
Expand Down

0 comments on commit 69ef6aa

Please sign in to comment.