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

Allow msbuild x64 to succeed #28

Open
dittodhole opened this issue Oct 25, 2019 · 0 comments
Open

Allow msbuild x64 to succeed #28

dittodhole opened this issue Oct 25, 2019 · 0 comments
Assignees
Labels

Comments

@dittodhole
Copy link
Owner

Invoking a build with msbuild x64 results currently in:

"YOURSOLUTION.sln" (Build target) (1:2) ->
"YOURPROJECT\YOURPROJECT.csproj" (default target) (2:14) ->
"YOURPROJECT\YOURPROJECT.csproj" (Build target) (2:15) ->
(GetVersion target) ->
C:\Users\anne.nuget\packages\semver.svn.msbuild\2.1.1\build\SemVer.MSBuild.targets(5,5): error : Could not load file or assembly 'SharpSvn, Version=1.9007.3987.251, Culture=neutral, PublicKeyToken=d729672594885a28' or one of its de pendencies. The system cannot find the file specified. [YOURPROJECT\YOURPROJECT.csproj]

The current workaround is to force execution of msbuild with x86.

@dittodhole dittodhole added the bug label Oct 25, 2019
@dittodhole dittodhole self-assigned this Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant