From e4092f7d5bbd891e10c4968db2ab5498d85602ff Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Wed, 13 Dec 2023 09:52:15 -0500 Subject: [PATCH] Attempt to green the build --- README.md | 2 ++ build.ps1 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 9238010..c194123 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ PowerShell module for collecting and sending Open Telemetry ## Install +[powershellgallery.com/packages/potel](https://www.powershellgallery.com/packages/potel) + `Install-Module -Name potel` or `Install-PSResource -Name potel` ## Docs diff --git a/build.ps1 b/build.ps1 index 6e5dc54..96c4cfa 100644 --- a/build.ps1 +++ b/build.ps1 @@ -164,11 +164,13 @@ function Commit { function Publish { param () + <# Disabled for now $docChanges = git status docs -s if ($docChanges.count -gt 0) { Write-Warning "There are pending Docs change. Run './build.ps1 docs', review and commit updated docs." } + #> $repo = if ($env:PSPublishRepo) { $env:PSPublishRepo } else { 'PSGallery' }