-
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
Update push.yml #368
Update push.yml #368
Conversation
|
Wait a minute, did you run it on your own repo? or you run it here? Its triggered on push, will only be run here if i merge it. |
looks like it working now. |
@cschuchardt88 https://github.com/neo-project/neo-express/actions/runs/6976519481
This creates a 90MB file to github storage on every run, can you figure out a way to avoid this? maybe no upload and download process but merge pack and publish jobs together? neo-project only has 500 MB storage, around 5 commits will consume all storage. |
i didnt see symbol get uploaded? Can you check? myget says for symbols
|
It is even enabled? i do not see its configed in neoxp |
By the way,lets try to work on development branch, will need to update workflows to support development branch. In that branch i have more permission to work much more flexible. |
* Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]>
@Liaojinghui its in <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
@Liaojinghui now if we combine pack and publish, then it will publish on PRs too? is that ok? |
No, cant way not run pack on pr? |
Look at #371 i think its ok? |
|
* Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]>
* master: Update push.yml (#368)
* Update push.yml (#368) (#370) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * Update push.yml (#368) (#372) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * move code files --------- Co-authored-by: Jimmy <[email protected]> Co-authored-by: Christopher Schuchardt <[email protected]> Co-authored-by: Jinghui Liao <[email protected]>
* Update push.yml (#368) (#370) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * Update push.yml (#368) (#372) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * Fixed pr and push and default config for projects * change step name * Added names to the steps * changed workflow names * fixed up *.csproj * fixed issue with packing on neoxp * fixed deps * fixed deps again * fixed debug embed * removed debug from neoxp * changed name back * workflow name change * nevermind changed back * changed name workflow back * Update test.yml * Spread out myget packages in to steps for upload * Update .github/workflows/pack.yml * Update .github/workflows/pr.yml * Update .github/workflows/pr.yml * Update .github/workflows/pr.yml --------- Co-authored-by: Jimmy <[email protected]> Co-authored-by: Jinghui Liao <[email protected]>
* Update push.yml (#368) (#370) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * Update push.yml (#368) (#372) * Update push.yml * fix Co-authored-by: Christopher Schuchardt <[email protected]> * init * exec with file * load nef file * Update src/neoxp/Commands/ExecuteCommand.cs * Update src/neoxp/Commands/ExecuteCommand.cs * Update src/neoxp/Commands/ExecuteCommand.cs * Update src/neoxp/Commands/ExecuteCommand.cs * Update src/neoxp/Commands/ExecuteCommand.cs * Update src/neoxp/Commands/ExecuteCommand.cs * update description --------- Co-authored-by: Jimmy <[email protected]> Co-authored-by: Christopher Schuchardt <[email protected]> Co-authored-by: Jinghui Liao <[email protected]>
ONLY MERGE IF NEEDED FOR FIX #358 (comment)