Fix CI/CD yaml file x gitlab DEVOP: fix compilazione e nuget vari
This commit is contained in:
+12
-12
@@ -5,7 +5,7 @@ variables:
|
||||
NUM_REL: '0.1.2.3'
|
||||
NU_TYPE: 'Debug'
|
||||
APP_NAME: 'Test.UI'
|
||||
SOL_NAME: 'Test.UI'
|
||||
SOL_NAME: 'WebWindowConfigurator'
|
||||
NUGET_PATH: 'C:\Tools\nuget.exe'
|
||||
DEST: 'install'
|
||||
|
||||
@@ -146,7 +146,7 @@ Test.UI:build:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: Test.UI
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'develop'
|
||||
- if: $CI_COMMIT_BRANCH == 'main'
|
||||
@@ -169,7 +169,7 @@ Test.UI:IIS01:deploy:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: Test.UI
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
- dotnet restore "$env:SOL_NAME.sln"
|
||||
@@ -188,7 +188,7 @@ WebWindow.Base:SDK:deploy:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindow.Base
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Debug
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -211,7 +211,7 @@ WebWindowConfigurator:SDK:deploy:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindowConfigurator
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Debug
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -234,7 +234,7 @@ WebWindowComplex:SDK:deploy:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindowComplex
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Debug
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -260,7 +260,7 @@ WebWindowComplex:SDK:deploy:
|
||||
# - win
|
||||
# variables:
|
||||
# APP_NAME: Test.UI
|
||||
# SOL_NAME: Test.UI
|
||||
# SOL_NAME: WebWindowConfigurator
|
||||
# before_script:
|
||||
# - *nuget-fix
|
||||
# - dotnet restore "$env:SOL_NAME.sln"
|
||||
@@ -281,7 +281,7 @@ WebWindowComplex:SDK:deploy:
|
||||
# - win
|
||||
# variables:
|
||||
# APP_NAME: Test.UI
|
||||
# SOL_NAME: Test.UI
|
||||
# SOL_NAME: WebWindowConfigurator
|
||||
# NEXUS_PATH: MP-LAND
|
||||
# before_script:
|
||||
# - *nuget-fix
|
||||
@@ -307,7 +307,7 @@ WebWindowComplex:SDK:deploy:
|
||||
# - win
|
||||
# variables:
|
||||
# APP_NAME: Test.UI
|
||||
# SOL_NAME: Test.UI
|
||||
# SOL_NAME: WebWindowConfigurator
|
||||
# NEXUS_PATH: MP-LAND
|
||||
# before_script:
|
||||
# - *nuget-fix
|
||||
@@ -328,7 +328,7 @@ WebWindow.Base:SDK:release:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindow.Base
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Release
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -349,7 +349,7 @@ WebWindowConfigurator:SDK:release:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindowConfigurator
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Release
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -370,7 +370,7 @@ WebWindowComplex:SDK:release:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: WebWindowComplex
|
||||
SOL_NAME: Test.UI
|
||||
SOL_NAME: WebWindowConfigurator
|
||||
NU_TYPE: Release
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
|
||||
Reference in New Issue
Block a user