Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 17:41:37 +00:00
parent 4dfb57fc2f
commit 6b747bdbe8
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ uptool:
rm Install.bat
rm Remove.bat
mkdir .\build
dotnet publish -o .\build -c Release
cd W32.Test
dotnet publish -o ..\build -c Release
cd ..
$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"))