ci: major refactors & add msvc check #8

Merged
light7734 merged 23 commits from ci/build_msvc_amd64 into main 2025-07-20 04:37:06 +00:00
Showing only changes of commit 253a8216a2 - Show all commits

View file

@ -13,7 +13,7 @@ steps:
- name: greeting - name: greeting
shell: powershell shell: powershell
commands: commands:
- python -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version - python.exe -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version
--- ---
kind: pipeline kind: pipeline