Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-21 05:11:47 +00:00
parent 1a4baabbaf
commit f75badb5a0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ uptool:
rm Remove.bat rm Remove.bat
mkdir .\build mkdir .\build
#dotnet publish -o .\build -c Release #dotnet publish -o .\build -c Release
$env:msbuild -noLogo -verbosity:m -p:Configuration=Release & $env:msbuild -noLogo -verbosity:m -p:Configuration=Release
cp *\bin\Release\net461 build cp *\bin\Release\net461 build
cp .\build\package.zip .\ cp .\build\package.zip .\
$file = Get-Item $(Resolve-Path .\build\*.exe).Path $file = Get-Item $(Resolve-Path .\build\*.exe).Path