-
Notifications
You must be signed in to change notification settings - Fork 37
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
Added test workflow for basic neoxp commands #356
Conversation
…8/neo-express into standalone-workflow
@Liaojinghui @lock9 I need some help with the following:
Some things that are needed for testing are
|
@lock9 See if it meets the basic needs until we get the list done.
|
when time merge this PR before #357 |
What you mean by this? Adding UT tests for them? |
I want to test all the commands in I need those contracts created and in addition I need a contract xunit test see for more detail of what im talking about #322 Also i need someone to create a batch file for the If not i guess i could do it all... |
I'll see what I can do, but not sure. |
@Liaojinghui either way this ready to go for now, just have the basics. Which is good enough for now. The more advanced stuff I'll add later |
@Liaojinghui this one is ready |
@cschuchardt88 I know its not relavent, but can you please delete all artifact upload logic and download logic and push to azure logic and change the package direction to myget? I need someone else to do it such that I can merge. |
@Liaojinghui whats the myget link? ngd one? |
Can we do with this one? run: dotnet nuget push out/*.nupkg -s https://www.myget.org/F/neo/api/v2/package -k ${MYGET_TOKEN} -ss https://www.myget.org/F/neo/symbols/api/v2/package -sk ${MYGET_TOKEN} |
Change Log