From f2cf809fc7774c541df28e642f97d68fa0e87012 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 26 May 2020 21:59:04 -0500 Subject: [PATCH] maybe powershell core is the problem --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20ac56f1ae03..6a3fdb9b72b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,3 +99,4 @@ jobs: # * https://www.activestate.com/blog/optimizing-ci-cd-pipelines-in-github-actions/ # * https://www.gitbook.com/book/devopscollective/the-big-book-of-powershell-error-handling/details # * https://stackoverflow.com/questions/8388650/powershell-how-can-i-stop-errors-from-being-displayed-in-a-script +# * great doc: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/1583