microsoft / wil

Windows Implementation Library
MIT License
2.58k stars 236 forks source link

Update cppwinrt used by WIL tests to the latest released version #465

Closed dmachaj closed 2 months ago

dmachaj commented 2 months ago

Closes #464

Why is this change being made?

It is nice to keep up to date on dependencies. Most consumers of WIL have likely moved to a newer version of cppwinrt, so the testing of WIL itself should also move to a newer version.

Briefly summarize what changed

Update the version defined in cmake from 2.0.221121.5 to 2.0.240405.15 (about a year and a half newer).

How was this change tested?

  1. scripts\init_all.cmd
  2. scripts\build_all.cmd
  3. scripts\runtests.cmd

No breaks, no test failures. (Validated x64 of msvc+clang)

dmachaj commented 2 months ago

Yesterday GitHub had a big outage so the pipeline was never scheduled. I added one space and then undid it as two commits (that add up to a NOOP) and pushed to trigger a fresh pipeline run.