-
Notifications
You must be signed in to change notification settings - Fork 18
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
AdditionalFilesToRemoveFromTarget feature isn't removing files #52
Comments
Just to clarify before I dive into this, Based on the above, do you think the feature itself is still an issue? |
Providing AdditionalFilesToRemoveFromTarget is a webroot clean... I've got the publishUrl set to a path. If I rename a binary in the webroot and then publish with hpp the assembly still exists in the webroot even though it should be caught in the wildcard in the publish profile |
Example is... Path config: https://github.com/muso31/Helixbase/blob/master/src/Website/code/Properties/PublishProfiles/Local.pubxml#L12 Unless it should be Website\bin\Helixbase.*.dll I believe it could be a defect |
No, (I'm assuming you haven't run your rename script, right? That wouldn't catch the old file name) |
Yep all vanilla, no rename! |
I'll take a look. Btw, if you set define a |
It doesn't work. I also tried to set |
@rkeitel What version of HPP are you using, and what is your publishing target (package, filesystem, etc)? Oh, and are you using packages.config or PackageReference? |
@rkeitel Also, is Also, be careful about commenting on closed issues since I might not see it. Create a new one if you're experiencing bugs that are supposed to be resolved. |
This feature doesnt appear to remove any files from the webroot
Configuration can be found here https://github.com/muso31/Helixbase/blob/master/src/Website/code/Properties/PublishProfiles/Local.pubxml#L21
The text was updated successfully, but these errors were encountered: