-
Notifications
You must be signed in to change notification settings - Fork 393
Consider appveyor artifact for module #622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@RamblingCookieMonster Thanks for the suggestion! I agree that this would help get a feature or fix out in the wild earlier. Will try to get this checked-in soon. |
A workaround for now would be to extract the |
This workaround seems to be broken now. When I import the psd1 file, no commands get exported and when I try to import the dll, then I get a hint why: ipmo : Could not load file or assembly 'file:///C:\Users\cberg\Downloads\psscriptanalyzer
(1)\out\PSScriptAnalyzer\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll' or one of its dependencies. Operation is not
supported. (Exception from HRESULT: 0x80131515)
At line:1 char:2
+ ipmo 'C:\Users\cberg\Downloads\psscriptanalyzer (1)\out\PSScriptAnal ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-Module], FileLoadException
+ FullyQualifiedErrorId : System.IO.FileLoadException,Microsoft.PowerShell.Commands.ImportModuleCommand |
Hi!
Love that this project is open sourced, and I can see work on #605 right in PR #617. I browsed to AppVeyor to see if there was a module or nuget package I could test with, but noticed it looks like it's just the repo zipped up.
Have you or would you consider publishing pre-built modules to AppVeyor (a la DSC resources)? This would help folks willing to start kicking the tires, who don't have the software ready to go to build these themselves, speed up the process for folks who do have the tools, etc.
Cheers!
The text was updated successfully, but these errors were encountered: