Skip to content
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

Develop deploy binaries with app #470

Merged

Conversation

doingnz
Copy link
Contributor

@doingnz doingnz commented Feb 13, 2024

Currently AppManager is only deploying dll files. It needs to also deploy yaml and possibly other files as is done by VS2022 during deployment.

Add code from VS2022 extension that finds the additional files and adds them to the candidate list of files to be deployed.

Bug fix to change extension and retain full path to file when checking if .xml file is a documentation file. Was dropping path when constructing string with new extension. Use existing method to change extension as it retains full path.

Crrently AppManager is only deploying dll files. It needs to also deplpy yaml and possibly other files as is done by VS2022. Add code from VS2022 extension that finds the additional files and adds them to the candidate list of files. Bug fix to change extension and retain full path to file.
@ctacke ctacke merged commit 010eaf2 into WildernessLabs:develop Feb 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants