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(webview2-com-sys): add source on nuget CLI usage, halt on error #4

Merged
merged 1 commit into from
Feb 6, 2022

Conversation

lucasfernog
Copy link
Contributor

On Windows, sometimes the Nuget configuration is not set so the CLI fails without a source to load a packag. We're seeing this issue oftenly at Tauri, and even had to start our FAQ with a way to troubleshoot this issue. I believe this happened to almost 10 users.

This PR changes the build script to exit if the nuget installation fails, showing the CLI output to help users find the problem.

@wravery wravery merged commit 9086e71 into wravery:main Feb 6, 2022
@wravery
Copy link
Owner

wravery commented Feb 6, 2022

I'll publish a version bump with this fix soon, just want to make sure there's not a new version of the SDK itself I should pick up at the same time.

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.

2 participants