-
Notifications
You must be signed in to change notification settings - Fork 1k
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
] Read Me for Neo Build Engine (NEBuild
, neo-build
)
#3722
[Add
] Read Me for Neo Build Engine (NEBuild
, neo-build
)
#3722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be like neo-express? We can discuss the name?
- neoForge
- neoBuilder
- neoBuild?
Of course, I call it It will replace edit: Example of
|
Add
] Read Me for NEBuildAdd
] Read Me for Neo Build Engine
Add
] Read Me for Neo Build EngineAdd
] Read Me for Neo Build Engine (_NEBuild
, neo-build
_)
Add
] Read Me for Neo Build Engine (_NEBuild
, neo-build
_)Add
] Read Me for Neo Build Engine _(NEBuild
, neo-build
)_
Add
] Read Me for Neo Build Engine _(NEBuild
, neo-build
)_Add
] Read Me for Neo Build Engine (NEBuild
, neo-build
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not master, is ok to me
Neo Build
This engine, which is also known as
NEBuild
, provides aJSON
schema for a project file that controls how theMSBuild
platform processes and builds contracts.Visual Studio
usesNEBuild
, butNEBuild
doesn't depend onVisual Studio
. By invokingnebuild.exe
ornebuild
on your project, you can orchestrate and build contracts in environments whereVisual Studio
isn't installed.Visual Studio
usesNEBuild
to load and build Neo projects. The project files inVisual Studio
(*.csproj
and others) containMSBuild
XML
code that executes when you build a project in theIDE
.Visual Studio
projects import all the necessary settings (*.nbproj
files) and build processes to executeNEBuild
tasks, but you can extend or modify them from withinVisual Studio
or by using a text editor.What is Neo Build
NEBuild
, or the Neo Build Engine, is a platform that automates the process of building, deploying and testing Neo blockchain contracts. It uses aJSON
schema to control how the build, deploy and test Neo platform processes and builds or deploys contracts, transactions and/or testing scenarios.What NEBuild does
How NEBuild is used with
dotnet
Visual Studio
Visual Studio Code
MSBuild
NEBuild can be used to
How NEBuild works
dotnet
orMSBuild
on how to compile the project.Visual Studio
, which are independent executable components with inputs and outputs.Visual Studio
, which are named sequences of tasks that represent something to be built or done.Type of change
Checklist: