Skip to content

Commit

Permalink
dotnettest2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent fcaef31 commit 37002bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
id: build
shell: pwsh
run: |
dotnet --info
dotnet --list-runtimes
dotnet --version
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
Expand Down

0 comments on commit 37002bd

Please sign in to comment.