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

Local build fails on master branch at 38cc0e9 #3305

Closed
dusmart opened this issue Jun 8, 2024 · 2 comments · Fixed by #3306
Closed

Local build fails on master branch at 38cc0e9 #3305

dusmart opened this issue Jun 8, 2024 · 2 comments · Fixed by #3306
Assignees
Labels
bug Used to tag confirmed bugs

Comments

@dusmart
Copy link

dusmart commented Jun 8, 2024

Describe the bug

I can not build NEO.CLI on master branch while I can on v3.7.4.

To Reproduce

  1. git clone https:/neo-project/neo
  2. cd src/Neo.CLI
  3. dotnet publish -c release

Expected behavior

neo-cli is built successfully

Screenshots

Screenshot 2024-06-08 at 12 57 22 Screenshot 2024-06-08 at 12 57 38

Platform:

  • OS: macos-14.5, m1 chip
  • Version master at 38cc0e9

(Optional) Additional context

Why it needs to access the root directory? My expect is to build it under current working directory's bin folder.

@cschuchardt88
Copy link
Member

cschuchardt88 commented Jun 8, 2024

I had same problem. Its a dotnet cli bug with the property. See #3306 only does this on linux.

You can try adding -p:OutputPath=/my/accessable/path to the dotnet cli

@cschuchardt88
Copy link
Member

work around is use

dotnet build neo.sln --configuration Release

Than check ./bin/Neo.CLI

@cschuchardt88 cschuchardt88 added the bug Used to tag confirmed bugs label Jun 8, 2024
@cschuchardt88 cschuchardt88 self-assigned this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to tag confirmed bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants