From 1cbadef7ba912eea1f92a2ac55a93bbd341e6b78 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 2 Feb 2026 13:23:33 +0330 Subject: [PATCH] ci(amd64/msvc): source vsdevcmd.bat --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ceb17d3..9b64ad7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - name: unit tests shell: 'C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat' commands: - - powershell.exe -NoProfile -Command "& { + - powershell.exe -NoProfile -Command "&& { Import-Module 'C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll'; Enter-VsDevShell 1a3e2aa7 -SkipAutomaticLocation -DevCmdArguments '-arch=x64 -host_arch=x64'; ./tools/ci/amd64/msvc/unit_tests.ps1