-
Updated
Oct 3, 2020 - PowerShell
powershell-module
Here are 556 public repositories matching this topic...
-
Updated
Oct 11, 2020 - PowerShell
-
Updated
Aug 2, 2020 - PowerShell
-
Updated
Oct 13, 2020 - PowerShell
-
Updated
May 20, 2020 - PowerShell
-
Updated
Oct 9, 2020 - PowerShell
-
Updated
Oct 21, 2019 - PowerShell
majkinetor / au
-
Updated
Oct 11, 2020 - PowerShell
-
Updated
Jun 20, 2019 - PowerShell
-
Updated
Sep 6, 2020 - PowerShell
-
Updated
Sep 25, 2020 - PowerShell
-
Updated
Aug 30, 2020 - PowerShell
Currently PSRule supports Windows using PowerShell 5.1 and above.
This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent platform might not be Windows.
Containers provide portability and consistency which is very applicable for PSRule.
PowerShell is already available in a published [Docker container](https:
-
Updated
Oct 5, 2020 - PowerShell
-
Updated
Sep 14, 2020 - PowerShell
-
Updated
Jun 25, 2020 - PowerShell
Goal: a segmnet that shows you're inside the WSL. There should be an evironment variable we can use: WSL_DISTRO_NAME
. If that one's set, you know you're inside of the WSL.
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
Mar 21, 2019 - PowerShell
-
Updated
Sep 30, 2020 - PowerShell
-
Updated
Aug 28, 2020 - PowerShell
-
Updated
Oct 10, 2020 - PowerShell
-
Updated
Jan 6, 2020 - Shell
-
Updated
Jun 4, 2020 - PowerShell
-
Updated
Apr 25, 2019 - C#
-
Updated
Oct 3, 2020 - PowerShell
-
Updated
May 2, 2020 - PowerShell
-
Updated
Aug 28, 2019 - PowerShell
Improve this page
Add a description, image, and links to the powershell-module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the powershell-module topic, visit your repo's landing page and select "manage topics."
Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?