diff --git a/README.md b/README.md index 1e7001382..3282f16e2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here are some alternatives, from easiest to advanced, how you can get, build and #### CMake Project + Vcpkg - manifest mode -The easiest way to acquire the C++ SDK is leveraging [vcpkg](https://github.com/microsoft/vcpkg#getting-started) package manager. You will need to install [Git](https://git-scm.com/downloads) before getting started. +The easiest way to acquire the C++ SDK is leveraging the [vcpkg](https://github.com/microsoft/vcpkg#getting-started) package manager. You will need to install [Git](https://git-scm.com/downloads) before getting started. ##### 1. Create a [CMake](https://cmake.org/cmake/help/latest/) project diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 9f1e18dea..8b230b790 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -17,6 +17,7 @@ trigger: - doc/ - samples/ - .github/ + - '*.md' - /**/*.md pr: @@ -36,6 +37,7 @@ pr: - doc/ - samples/ - .github/ + - '*.md' - /**/*.md stages: