Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Is `cl` in path (6da1e49)? ***NO***. Furthermore, based on the sample docs: * https://docs.microsoft.com/en-us/azure/devops/pipelines/apps/windows/cpp?view=azure-devops * https://github.com/adventworks/cpp-sample/tree/master/cpp-sample The sample doesn't invoke `cl` directly. It uses a `.vcxproj`. Let's Try That? Update `cmake` to emit a `.vcxproj` file. Let's see where *that* leads.
- Loading branch information