Skip to content

Commit

Permalink
pspreview_
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent a717b76 commit edccc8d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ jobs:

- name: Build F7History v${{ steps.gitversion.outputs.FullSemVer }}
id: build
shell: ~\.dotnet\tools\pwsh {0}
shell: pwsh
run: |
~\.dotnet\tools\pwsh -v
Install-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force
Import-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force
Install-module -Name ModuleBuilder -Force -SkipPublisherCheck -Scope CurrentUser
./build.ps1 -Version ${{ steps.gitversion.outputs.FullSemVer }} -Verbose
~\.dotnet\tools\pwsh -noprofile -command "Install-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force ; Import-Module Microsoft.PowerShell.ConsoleGuiTools -Verbose -Force ; Install-module -Name ModuleBuilder -Force -SkipPublisherCheck -Scope CurrentUser ; ./build.ps1 -Version ${{ steps.gitversion.outputs.FullSemVer }} -Verbose
- name: Upload Build Output
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit edccc8d

Please sign in to comment.