-
Notifications
You must be signed in to change notification settings - Fork 4k
Adding stack package folders path for cleanup #7159
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
Conversation
tools/CleanupBuild.ps1
Outdated
|
||
$acceptedDlls = @() | ||
$acceptedDlls += $ModuleMetadata.NestedModules | ||
$acceptedDlls += $ModuleMetadata.RequiredAssemblies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't fill this in, we need to do a PR to add these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add required assemblies.
Tests are broken. I have messed up something.. :( |
@deathly809 Did you publish your review? I dont see the comments |
@deathly809 I see it, I have added the requred assemblies |
…ules to stack package folder
Rikicked ps-sign after Compute PR got merged, |
Checked over dlls in ResourceManager and they look correct. Passing Travis job is here: https://travis-ci.org/Azure/azure-powershell/builds/426798935, merging now. |
Adding stack package folders path for cleanup
Description
Stack modules were having unwanted dlls, adding the removal of them in the existing clean up script.
Checklist
CONTRIBUTING.md
platyPS
module