Modifica CI/CD

This commit is contained in:
Samuele Locatelli
2024-04-04 10:30:56 +02:00
parent ad44127210
commit de0d0dbc43
+5 -3
View File
@@ -3,6 +3,7 @@ variables:
NEW_REL: ''
APP_NAME: ''
APP_CONF: 'Release'
SOL_NAME: ''
# Step esecuzione script powershell x code obfuscation (tool install + esecuzione)
.obfuscate: &obfuscate
@@ -89,15 +90,16 @@ stages:
# - pack
#--------- BUILD --------- #
ADAPTER:build:
Runner:build:
stage: build
tags:
- win
variables:
APP_NAME: MP.MONO.ADAPTER.OPC
APP_NAME: Maat.Runner
SOL_NAME: Maat.Runner
before_script:
- *nuget-fix
- dotnet restore MP.MONO.ALL.sln
- dotnet restore $env:SOL_NAME.sln
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj