From 37002bdac971abc56be516aa4325db8786c576d1 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 6 Nov 2023 07:38:38 -0700 Subject: [PATCH] dotnettest2 --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1406c8d..1d07b74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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