Peter Bajurny
Peter Bajurny
fixes #79 This reads environment variables in the following CIs to set a `IsPullRequest` variable if the current build has been triggered by a PR: AppVeyor, Gitlab CI, Azure Pipelines,...
Since us Azure Pipelines people keep introducing changes that break Pipelines for other people, I think it would be useful if there were build checks that ran in Azure Pipelines...
Digging deep into the past looking at #7, I've got a similar need but mine's slightly different. As the title suggests I want a way to not see changes in...
There's currently a private function that will push the BH* variables back into your build environment. I have need to set a variable that's readable by my environment, and I...
I'd like to use PSDeploy to deploy runbooks to Azure Automation so I'm going to write a new deployment type for that
The code currently in the release/2.37.0 branch, when built, comes out to around 63,000 lines of code. I've had no issues importing this in a PowerShell session in my local...
I'm continuing the work @scrthq started in https://github.com/SCRT-HQ/PSGSuite/tree/feature/sheets_batch_update, currently in https://github.com/SCRT-HQ/PSGSuite/tree/release/2.37.0. Currently everything "works" in that valid code is generated and it passes all tests (only help tests would apply...
I'm not really sure what can be done about this, but... in 51068a3f403e91829034ab3f0d9d0209f4f58342 you added this: https://github.com/SCRT-HQ/PSGSuite/blob/51068a3f403e91829034ab3f0d9d0209f4f58342/Tests/1.%20Module%20Tests/PSGSuite.Help.Tests.ps1#L16-L18 This part of the tests explicitly loads all the DLLs. This spit out...
I'm trying to migrate off of a custom brewed Powershell Module that goes against the REST API directly to using PSGsuite and there's a few specific bits of functionality around...
Pester v5 is out, and a big change is the interface for running tests. While working on my PR today I tried to run the build script and letting it...