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

Batch Build mode #5

Open
brianbourke75 opened this issue Sep 13, 2018 · 4 comments
Open

Batch Build mode #5

brianbourke75 opened this issue Sep 13, 2018 · 4 comments

Comments

@brianbourke75
Copy link

When attempting to use the batch build option the SolutionConfiguration will always map to whatever the interface says instead of the build being done currently in the batch.

@ceztko
Copy link
Owner

ceztko commented Sep 13, 2018

Please, consider moving to use msbuild from the command line for this use case. You can add a switch "/p:SolutionConfiguration=Debug" or set an enviroment variable %SolutionConfiguration% prior calling msbuild.

@s-sols
Copy link

s-sols commented Nov 6, 2018

Hi, Francesco. Such a great plugin! But I had faced with the same issue. Is there any chance to correct work in a batch mode? There are maps to solutions configurations in batch window - are they accessible in the moment when build begins?

@ceztko
Copy link
Owner

ceztko commented Nov 6, 2018

I'm sorry, I lost interest in developing further this addon. While adding a simple functionality, it required many nights of reverse engineering VS internals, and commit count is almost 100. When VS next version will be out, I will try to keep compatibility but I don't have plans to add new features. Please, consider moving batch builds to command line tools. Believe me: unless you have a compatibility reason to have the IDE GUI loaded, it's an investment that pays off.

@s-sols
Copy link

s-sols commented Nov 6, 2018

Got U. Thanks for the quick answer.

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

No branches or pull requests

3 participants