conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
58 stars 34 forks source link

Show Conan version in every log before running the install #156

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

Conan version is very useful information for any error report.

This PR also creates a Utils.RunProcessAsync function to run commands, it can be reused from other parts of the project.

closes #149