appveyor: minor improvements [ci skip]

- make per-job cmake options override default ones (as in GHA)
- also upload `.lib` artifacts (in commented code)

Cherry-picked from #20750
This commit is contained in:
Viktor Szakats 2026-02-27 00:03:18 +01:00
parent 7a08c5d820
commit 92f66f0234
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -142,3 +142,5 @@ skip_commits:
# name: curl
# - path: '**/*.dll'
# name: libcurl dll
# - path: '**/*.lib'
# name: libcurl lib