Is it possible to register modules with "dotnet tool" too and run them with dotnet tool run ps-rule run? #2949
Replies: 1 comment
-
Sorry, wron repository. I was thinking I were in https://github.com/microsoft/PSRule. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I install https://www.nuget.org/packages/Microsoft.PSRule.Tool as a local tool, create a
ps-rule.yaml
, should it be possible to use modules like https://www.nuget.org/packages/Microsoft.PSRule.Rules.Azure/1.37.0 from thedotnet tool
without using PowerShell to install the modules?It looks to me the answer is 'no', but I thoughto to open this in case someone else is looking into this and so have one place where there is a definite answer to that.
Beta Was this translation helpful? Give feedback.
All reactions