ci (vs-build): use `cmd` to copy the DLLs, not `powershell`
commitabb2b389f7604704d3e78ae24e52e1a9429b699d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 23 Jun 2021 15:24:12 +0000 (23 15:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jun 2021 03:35:39 +0000 (28 20:35 -0700)
tree5db90aecc30f55701076f734abf44ad89fbda5cf
parent0eb6c189a3576aa8745f471c1ad23b3ca123cc75
ci (vs-build): use `cmd` to copy the DLLs, not `powershell`

We use a `.bat` script to copy the DLLs in the `vs-build` job, and those
type of scripts are native to CMD, not to PowerShell.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml