Update .gitlab-ci.yml file

This commit is contained in:
Marco Salvi
2022-03-31 10:51:32 +00:00
parent 6798c0faa5
commit dcdc612569
-1
View File
@@ -58,7 +58,6 @@ SupervisorR:build:
APP_NAME: EgtBEAMWALL.Supervisor
before_script:
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
- *version-fix
- *MakeFolderM
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.vbproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'