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

Fix publish updating the nuget #105

Merged
merged 1 commit into from
Sep 11, 2019
Merged

Conversation

shargon
Copy link
Member

@shargon shargon commented Sep 11, 2019

Close #85 (@lock9 we should provide releases like other projects)

Using this command:

dotnet publish -c Release /p:PublishSingleFile=true -r win-x64 -f netcoreapp2.0

Before this change:

image

After this change, it works as expected

image

@shargon shargon requested a review from lock9 September 11, 2019 07:19
@erikzhang
Copy link
Member

erikzhang commented Sep 11, 2019

I think it's the same problem as SQLite. But this time the issue is Mono.Cecil. Can we try the latest version Mono.Cecil v0.11.0?

@shargon
Copy link
Member Author

shargon commented Sep 11, 2019

With the last version Mono.Cecil v0.11.0 is working well for me.

@shargon shargon merged commit f461e54 into neo-project:master Sep 11, 2019
@shargon shargon deleted the fix-publish branch September 11, 2019 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems publishing an exe file
2 participants