Skip to content

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

Merged
merged 10 commits into from
Sep 11, 2018

Conversation

bganapa
Copy link
Member

@bganapa bganapa commented Sep 7, 2018

Description

Stack modules were having unwanted dlls, adding the removal of them in the existing clean up script.

Checklist


$acceptedDlls = @()
$acceptedDlls += $ModuleMetadata.NestedModules
$acceptedDlls += $ModuleMetadata.RequiredAssemblies
Copy link
Member

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.

Copy link
Member

@deathly809 deathly809 left a 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.

@bganapa
Copy link
Member Author

bganapa commented Sep 9, 2018

@bganapa
Copy link
Member Author

bganapa commented Sep 9, 2018

Tests are broken. I have messed up something.. :(

@bganapa
Copy link
Member Author

bganapa commented Sep 10, 2018

@deathly809 Did you publish your review? I dont see the comments

@bganapa
Copy link
Member Author

bganapa commented Sep 10, 2018

@deathly809 I see it, I have added the requred assemblies

deathly809
deathly809 previously approved these changes Sep 10, 2018
@markcowl
Copy link
Member

@markcowl markcowl removed their assignment Sep 10, 2018
@bganapa
Copy link
Member Author

bganapa commented Sep 10, 2018

@bganapa
Copy link
Member Author

bganapa commented Sep 10, 2018

@maddieclayton
Copy link
Contributor

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.

@maddieclayton maddieclayton merged commit c62662e into Azure:preview Sep 11, 2018
ionuttulai pushed a commit to ionuttulai/azure-powershell that referenced this pull request Mar 4, 2020
Adding stack package folders path for cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants