Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 14:44:52 +00:00
parent 7ce9dca8f8
commit 29b3756c72
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ uptool:
rm Install.bat
rm Remove.bat
mkdir .\build
dotnet publish -o .\build
dotnet publish -o .\build -c Release
$file = Get-Item $(Resolve-Path .\build\*.exe).Path
.\Data\pkgtool.exe build --binDir build --mainBin $file --packageFile .\package.zip --noLogo
$asm = $([Reflection.Assembly]::LoadFile($file.DirectoryName + "\" + $file.BaseName + ".dll"))