```
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
/Users/runner/work/1/b/build/_deps/cmakerc-src/CMakeLists.txt:7 (include)
```
and
```
```
* Break the txtgen dependency by deleting a test that did nothing.
* Remove the rush dependency and just use npm instead. (Local dev only)
* Wire up npm only mechanisms to PR and signing builds.
* clang-format fix and run
* Fixup PRDiff and signing.yml.
* Chalk is not a dev-dependency.
* Include the SHA in the nuget package name.
* clang-format again
* Add extracting the artifacts parts from the standalone bundle.
* CR comments:
* Don't deploy the mocha file into the signed build
* Use raw uri in tsconfig
* Use npm ci rather than npm install
* CR comments:
* Don't deploy the mocha file into the signed build
* Use raw uri in tsconfig
* Use npm ci rather than npm install
* Fix amd64s I missed.
* switch to acr for alpine
* add auth
* does this work?
* don't fail on stderr
"--password is insecure" - this is generally true in interactive situations,
but in situations like this, --password is fine
(nobody has access to the history)
* [localization 1/n] First minor changes, mostly additive
Additionally, convert vcpkg.cpp over to using messages.h
* oops, forgot to initialize the context
also, build on msvc & gcc 6
* add cgmanifest and NOTICE
* Add support for signing with fmt
* switch to MAXDWORD
* add localization file
* turn `find_package(fmt)` into a Findfmt script
* check sha
* Raise default locale initialization above filesystem access
* Avoid O(N^2) on happy path
* Address CR comment on formatter<vcpkg::StringLiteral>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>