From 66532a0eb81ef47275172ac74cecd4607e6da6e7 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Sun, 21 Jun 2020 04:33:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2d7203..8bc0f10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ uptool: rm Remove.bat mkdir .\build #dotnet publish -o .\build -c Release - cmd /c call "%VS120COMNTOOLS%\vsvars32.bat" & MSBuild -noLogo -verbosity:m -p:Configuration=Release + cmd /c call \"%VS120COMNTOOLS%\vsvars32.bat\" "&" MSBuild -noLogo -verbosity:m -p:Configuration=Release cp *\bin\Release\net461 build cp .\build\package.zip .\ $file = Get-Item $(Resolve-Path .\build\*.exe).Path