Update .gitlab-ci.yml file

This commit is contained in:
Marco Salvi
2022-03-31 10:57:30 +00:00
parent be2c5e1774
commit 914b7317e8
-1
View File
@@ -57,7 +57,6 @@ SupervisorR:build:
variables:
APP_NAME: EgtBEAMWALL.Supervisor
before_script:
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
- *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'