Aggiunta 3 progetti build
This commit is contained in:
+14
-3
@@ -118,9 +118,20 @@ IOB-NEXT:build:
|
||||
APP_NAME: IOB-WIN-NEXT
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
- echo "Chiamata comando nuget-restore"
|
||||
- echo "'& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'"
|
||||
# - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"'
|
||||
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
|
||||
- *version-fix
|
||||
script:
|
||||
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'
|
||||
|
||||
|
||||
IOB-MAN:build:
|
||||
stage: build
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: IOB-MAN
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
|
||||
- *version-fix
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user