Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-21 04:29:03 +00:00
parent 992a8e5860
commit 4b102cba5a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ uptool:
rm Remove.bat
mkdir .\build
#dotnet publish -o .\build -c Release
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