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

Add initial cake script #25

Merged
merged 1 commit into from
Mar 19, 2018
Merged

Conversation

mikkelbu
Copy link
Member

In order to get the initial script working I've temporarily commented
out the VSIX project from the solution file and commented out the nuget
task from nunit.analyzers.csproj.

Relates to #17.

In order to get the initial script working I've temporarily commented
out the VSIX project from the solution file and commented out the nuget
task from nunit.analyzers.csproj.

Relates to nunit#17
@mikkelbu mikkelbu merged commit 3a8e6c7 into nunit:master Mar 19, 2018
@mikkelbu mikkelbu deleted the add-cake-build-system branch March 19, 2018 22:26
@jnm2
Copy link
Contributor

jnm2 commented Mar 20, 2018

Oh, I remember what I'm doing to work around it. In the Release Solution configuration, I uncheck the VSIX project under the 'build' column. In the other solution configuration I leave it checked so that F5 debugging works. Kind of a hack. 😝

@mikkelbu
Copy link
Member Author

@jnm2 Did you change your comment (at least I got 2 emails with different content)?

I think that I ran in to the 32-bit vs 64-bit msbuild and the VSIX project issue. I cannot remember the error message, but a search sent me to this page Unable to compile VSIX project that is a part of my solution using amd64 MSBuild from VS2015 and as a quick and dirty solution I just commented out the VSIX part.

@jnm2
Copy link
Contributor

jnm2 commented Mar 20, 2018

Yes, I realized the Cake snippet I posted first wasn't relevant because I didn't use it for debug builds. If the only issue is the msbuild process bitness, I remember using .SetMSBuildPlatform(MSBuildPlatform.x86) to solve that.

@mikkelbu mikkelbu added this to the Release 0.2 milestone Apr 13, 2020
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